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
/
applications
/
cli
/
rm-improved
/
default.nix
blob: a7cbebf0458075127410e51b22f4fc818be2d949 (
plain
) (
blame
)
1
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
rm-improved
];
}