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
/
fortune
/
development
/
languages
/
hare.nix
blob: 53a81c77be318169bf16a4093ebe46b552d7d475 (
plain
) (
blame
)
1
2
3
4
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
hare
];
}