diff --git a/configuration.nix b/configuration.nix index 03381a3..8bcc986 100644 --- a/configuration.nix +++ b/configuration.nix @@ -139,7 +139,6 @@ # $ nix search wget environment.systemPackages = with pkgs; [ # TOOLS - vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. wget unzip pciutils @@ -190,6 +189,13 @@ intel-one-mono ]; + programs.zoxide.enable = true; + + programs.vim = { + enable = true; + defaultEditor = true; + } + programs.firefox.enable = true; programs.thunderbird.enable = true;