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
/
home-manager
/
config
/
neomutt
/
default.nix
blob: eebe1c12015d04c36cd95c9bcdd0a2bc265a8972 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
{
...
}:
{
programs
.
neomutt
=
{
enable
=
true
;
vimKeys
=
true
;
};
}
# vim: ts=2