DEVELOPMENT ENVIRONMENT
Source Quest
Log in
—
Register
~liljamo
/
nix-arta
summary
tree
log
refs
ref:
d845c2f4bd64c535f28837b247ab939a540f5867
nix-arta
/
systems
/
profiles
/
laptop
/laptop.nix
-rw-r--r--
77 bytes
View
Log
Blame
View raw
Permalink
d845c2f4
—
Jonni Liljamo
feat: nvim as default editor on laptop and desktop
2 months ago
1
2
3
4
{
environment
.
variables
.
EDITOR
=
"nvim"
;
programs
.
light
.
enable
=
true
;
}