Compare commits
4 Commits
v1.0r1
...
1c26ea369f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1c26ea369f | ||
|
|
5e0beeda0b | ||
|
|
27e2d62ba7 | ||
|
|
9b1e7d405a |
@@ -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.
|
||||
# First let's absolutely make sure the shell is enabled
|
||||
programs.zsh.enable = true;
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
bottom
|
||||
brave
|
||||
element-desktop
|
||||
gcc
|
||||
jamesdsp
|
||||
keepassxc
|
||||
neofetch
|
||||
|
||||
Reference in New Issue
Block a user