Compare commits

4 Commits

Author SHA1 Message Date
Wesley Irvin
1c26ea369f Merge pull request 'Added GCC' (#9) from add-gcc into master
Reviewed-on: #9
2023-07-01 20:55:18 +00:00
Wesley Irvin
5e0beeda0b Added GCC
Added in GCC for user wesley.
2023-07-01 16:53:42 -04:00
Wesley Irvin
27e2d62ba7 Merge pull request 'Cleanup Automation' (#8) from auto-cleanup into master
Reviewed-on: #8
2023-06-30 16:52:14 +00:00
Wesley Irvin
9b1e7d405a Cleanup Automation
Added in configuration options to automatically optimize the
nix-store and automatically garbage collect stale references
in the store after 2 weeks.
2023-06-30 12:49:20 -04:00
2 changed files with 12 additions and 0 deletions

View File

@@ -104,6 +104,17 @@
''; '';
}; };
# Enable automatic optimization of the nix store
nix.settings.auto-optimise-store = true;
# Enable automatic garbage collection on anything
# stale and older than 2 weeks
nix.gc = {
automatic = true;
dates = "weekly";
options = "--delete-older-than 14d";
};
# Setup our ZSH shell. # Setup our ZSH shell.
# First let's absolutely make sure the shell is enabled # First let's absolutely make sure the shell is enabled
programs.zsh.enable = true; programs.zsh.enable = true;

View File

@@ -12,6 +12,7 @@
bottom bottom
brave brave
element-desktop element-desktop
gcc
jamesdsp jamesdsp
keepassxc keepassxc
neofetch neofetch