install tmux

This commit is contained in:
NullBite 2024-02-29 20:05:28 -05:00
parent 54a0e592ae
commit 4a718a6bef
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
2 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@ in
btop btop
fzf fzf
zoxide zoxide
tmux
]; ];
}; };
} }

View File

@ -41,6 +41,7 @@ in
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
neovim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. neovim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
tmux
wget wget
curl curl
git git