diff --git a/home/profile/base.nix b/home/profile/base.nix index 310a321..d10f221 100644 --- a/home/profile/base.nix +++ b/home/profile/base.nix @@ -42,6 +42,7 @@ in btop fzf zoxide + tmux ]; }; } diff --git a/system/profile/base.nix b/system/profile/base.nix index be54adf..adec07c 100644 --- a/system/profile/base.nix +++ b/system/profile/base.nix @@ -41,6 +41,7 @@ in # $ nix search wget environment.systemPackages = with pkgs; [ neovim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. + tmux wget curl git