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