Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
45c8fbaa54f1fa642de1e9bd609fb3784a1f52cc
/
.
/
src
/
apps
/
personal
/
hollywood.nix
blob: 24eb8e8c755ae18e420ea09ba6458e99223d863c [
file
] [
log
] [
blame
]
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
hollywood
];
}