index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
ani-cli
/
default.nix
blob: 723bfb91dbfcbffd489c7529c4eee8c30235a66e (
plain
) (
blame
)
1
2
3
4
5
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
ani-cli
];
}