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
/
sloc
/
default.nix
blob: 6249b059ec6d488bc5ee27978f36e03819b2a800 (
plain
) (
blame
)
1
2
3
4
5
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
sloc
];
}