try enabling tmux this way

This commit is contained in:
Osman Faruk Bayram 2025-02-04 01:19:38 +03:00
parent 5cec74b8fb
commit 137572e171

View file

@ -54,6 +54,12 @@
};
};
};
programs.tmux = {
enable = true;
historyLimit = 100000;
plugins = with pkgs; [
];
};
# This value determines the Home Manager release that your
# configuration is compatible with. This helps avoid breakage
# when a new Home Manager release introduces backwards