This commit is contained in:
Chris Kruining 2025-03-28 22:09:57 +01:00
parent 816b85e06e
commit bc00deb3e1
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg
9 changed files with 9 additions and 9 deletions

View file

@ -9,7 +9,7 @@ in
config = mkIf config.modules.${user}.shell.toolset.tmux.enable {
home-manager.users.${user} = {
packages = with pkgs; [ tmux ];
home.packages = with pkgs; [ tmux ];
programs.tmux = {
enable = true;