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
/
meta
/
tools
/
languages
/
hare
/
default.nix
blob: 79fc13b0c652dd4a08568b32b7056ca970bee04f (
plain
) (
blame
)
1
2
3
4
5
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
hare
];
}