feat: some tmux configuration
This commit is contained in:
parent
e3580500ac
commit
e2fab632ef
5 changed files with 23 additions and 4 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue