index
:
nix-config
this commit
main
tmp
This is my system configuration, targeting workstations.
Gitolite user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hm
/
nixvim
/
default.nix
blob: a4a96ef26787cb961efe798262a2f5d70a5f3770 (
plain
) (
blame
)
1
2
3
4
5
6
7
{
pkgs
,
...
}:
{
programs
.
nixvim
=
{
enable
=
true
;
}
//
import
./config.nix
pkgs
;
}