Fix EDITOR being set to nano somehow

This commit is contained in:
Charlotte Van Petegem 2022-02-21 22:30:37 +01:00
parent 499d331209
commit cecf80c0d0
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -52,7 +52,10 @@
};
};
environment.systemPackages = with pkgs; [ git htop moreutils ncdu ripgrep unzip zip ];
environment = {
systemPackages = with pkgs; [ git htop moreutils ncdu ripgrep unzip zip ];
variables.EDITOR = "emacs";
};
console = {
colors = [