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
/
meta
/
irc
/
default.nix
blob: adde57da334c37eb68b892f1b4f32384d124cd44 (
plain
) (
blame
)
1
2
3
4
5
6
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
catgirl pounce
];
}