mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01:00
Refactoring of default editor
This commit is contained in:
parent
419629c779
commit
7a2aeaef98
2 changed files with 11 additions and 10 deletions
11
base.nix
11
base.nix
|
@ -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";
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue