This commit is contained in:
Bit Borealis 2023-03-19 20:24:28 +00:00
parent e2760dbf7f
commit d6d96366fd
Signed by: theotheroracle
GPG Key ID: 2D816A2DCA6E5649
2 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,8 @@ in{
experimental-features = "nix-command flakes";
auto-optimise-store = true;
};
# cleanup packages older than 30 days from nix store
nix.gc = {
automatic = true;
dates = "weekly";

View File

@ -1,6 +1,7 @@
# all my home stuff :3
{ configs, pkgs, lib, ... }:
{
programs.home-manager.enable = true;
# installing my packages uvu
home.packages = with pkgs; [
bat