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: 0a4424489d9397a165f2cc1101b6d08647eed2ed (
plain
) (
blame
)
1
2
3
4
{
pkgs
,
...
}:
{
home
.
packages
=
[
pkgs
.
ripunzip
];
}