diff --git a/system/global.nix b/system/global.nix index 4057130..87f31ed 100644 --- a/system/global.nix +++ b/system/global.nix @@ -6,7 +6,8 @@ environment.systemPackages = with pkgs; [ cargo rustc just git vim wget gcc gnumake autoconf automake pkg-config cifs-utils ]; - environment.variables.EDITOR = "vim"; + programs.nixvim.enable = true; + programs.nixvim.defaultEditor = true; security.sudo.wheelNeedsPassword = false; networking.networkmanager.enable = true;