Fix EDITOR being set to nano somehow
This commit is contained in:
parent
499d331209
commit
cecf80c0d0
1 changed files with 4 additions and 1 deletions
|
@ -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 = {
|
console = {
|
||||||
colors = [
|
colors = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue