From 6d0c8cc26233c2c5415dbdc3f6871a2ad6987aa8 Mon Sep 17 00:00:00 2001 From: alydev Date: Wed, 24 Sep 2025 22:09:12 +1000 Subject: [PATCH] update --- system/global.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;