Fix editor being set to nano in a different way
This commit is contained in:
parent
a992e47b9f
commit
5cbf904b15
2 changed files with 2 additions and 4 deletions
|
@ -52,10 +52,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
environment = {
|
||||
systemPackages = with pkgs; [ git htop moreutils ncdu ripgrep unzip zip ];
|
||||
variables.EDITOR = "emacs";
|
||||
};
|
||||
environment.systemPackages = with pkgs; [ git htop moreutils ncdu ripgrep unzip zip ];
|
||||
|
||||
console = {
|
||||
colors = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue