Fix tmux config on mac

This commit is contained in:
Martin Pander
2026-03-02 19:40:10 +01:00
parent 2253f44399
commit ad7c88a221
3 changed files with 10 additions and 10 deletions

View File

@@ -38,6 +38,7 @@ in
home.packages = with pkgs; [
visidata
codespelunker
];
}
@@ -49,4 +50,4 @@ in
(lib.optional (cfg.bubblewrap.enable && pkgs.stdenv.isLinux) pkgs.unstable.bubblewrap);
})
];
}
}