index
:
nixos-config
this commit
prime
My NixOS system configuration, with some of my binaries
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
home.legacy
/
conf
/
nvim
/
plgs
/
which-key
/
default.nix
blob: be63f7aceaef01cfa1e4202d413ba8086798664f (
plain
) (
blame
)
1
2
3
4
5
{
...
}:
{
programs
.
nixvim
.
plugins
.
which-key
=
{
enable
=
true
;
};
}