Refactoring of default editor

This commit is contained in:
Julien Malka 2021-12-23 11:05:14 +01:00
parent 419629c779
commit 7a2aeaef98
No known key found for this signature in database
GPG key ID: 3C68E13964FEA07F
2 changed files with 11 additions and 10 deletions

View file

@ -24,4 +24,15 @@
programs.mosh.enable = true;
programs.gnupg.agent.enable = true;
environment.systemPackages = with pkgs; [
wget
rxvt_unicode
xorg.xbacklight
neovim
];
environment.variables.EDITOR = "nvim";
}

View file

@ -51,16 +51,6 @@
};
environment.systemPackages = with pkgs; [
wget
rxvt_unicode
xorg.xbacklight
neovim
];
environment.variables.EDITOR = "nvim";
programs.dconf.enable = true;
system.stateVersion = "21.11";