diff --git a/configuration.nix b/configuration.nix index 8e48bdb..d4cd3b1 100644 --- a/configuration.nix +++ b/configuration.nix @@ -61,11 +61,13 @@ # List packages installed in system profile. To search, run: # $ nix search wget + nix.settings.experimental-features = [ "nix-command" "flakes" ]; environment.systemPackages = with pkgs; [ vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. wget git ]; + environment.variables.EDITOR = "vim"; # Some programs need SUID wrappers, can be configured further or are # started in user sessions.