install tmux
This commit is contained in:
parent
54a0e592ae
commit
4a718a6bef
@ -42,6 +42,7 @@ in
|
|||||||
btop
|
btop
|
||||||
fzf
|
fzf
|
||||||
zoxide
|
zoxide
|
||||||
|
tmux
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user