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