diff --git a/modules/shell.nix b/modules/shell.nix index cd29931..66381ac 100644 --- a/modules/shell.nix +++ b/modules/shell.nix @@ -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";