diff --git a/systems/x86_64-linux/LoyAdjo/default.nix b/systems/x86_64-linux/LoyAdjo/default.nix index 14a1340..25300f6 100644 --- a/systems/x86_64-linux/LoyAdjo/default.nix +++ b/systems/x86_64-linux/LoyAdjo/default.nix @@ -102,6 +102,11 @@ ]; }; + + # Default Editor + programs.vim.enable = true; + programs.vim.defaultEditor = true; + # Steam programs.steam.enable = true; programs.steam.remotePlay.openFirewall = true; @@ -130,6 +135,7 @@ git tree openvr + sops ]; system.stateVersion = "24.05"; # NEVER Change this!