maud: set EDITOR

This commit is contained in:
Artemis Tosini 2024-03-30 21:19:28 -04:00
parent e701fcc3d4
commit 4d7d86eeb1
Signed by: artemist
SSH key fingerprint: SHA256:EsuWCwx6fjxxExxf65rX+ocQJJAdw4R1KarpFue6Uwc

View file

@ -17,6 +17,8 @@
wormhole-rs
];
environment.variables.EDITOR = "nvim";
services.nix-daemon.enable = true;
programs = {
fish = {