nix: change tmux from package to option

This commit is contained in:
Nico 2025-05-03 16:15:58 +10:00
parent 292dfcfccd
commit cb29e9110f

View file

@ -6,7 +6,6 @@
environment.systemPackages = with pkgs; [
git
zoxide
tmux
tlrc
file
stow
@ -23,6 +22,8 @@
imagemagick
];
programs.tmux.enable = true;
programs.nh = {
enable = true;
flake = "/home/nico/dots";