feat: some tmux configuration

This commit is contained in:
dprin 2026-03-28 09:57:34 +01:00
parent e3580500ac
commit e2fab632ef
5 changed files with 23 additions and 4 deletions

View file

@ -35,6 +35,13 @@
nix = {
settings.experimental-features = [ "nix-command" "flakes" ];
optimise.automatic = true;
gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 7d";
};
};
home-manager.users.prever.home.stateVersion = "25.11";