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
/
home
/
ebisu
/
core
/
utility
/
default.nix
blob: 99f6594bedb53b0e32fbe43df615eb9478551ae7 (
plain
) (
blame
)
1
2
3
4
5
{
pkgs
,
...
}:
{
imports
=
[
./ripgrep.nix
];
home
.
packages
=
[
pkgs
.
ripunzip
];
}