users/foo-dogsquared: add Nix garbage collection

This commit is contained in:
Gabriel Arazas 2025-03-30 11:33:25 +08:00
parent 0c7fb4aa90
commit 8de6cbe359
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -101,6 +101,13 @@ in {
};
};
# GARBAGE DAY!
nix.gc = {
automatic = true;
frequency = "weekly";
randomizedDelaySec = "5m";
};
# Set the profile picture. Most of the desktop environments should support
# this.
home.file.".face".source = ./files/logo.png;