obliterate home-manager, rename some elements

This commit is contained in:
atagen 2025-08-13 20:27:25 +10:00
parent 5575604452
commit 6d8e151af8
50 changed files with 1277 additions and 1401 deletions

View file

@ -11,12 +11,6 @@
options = "--delete-older-than 14d";
};
hm.nix.gc = {
automatic = true;
frequency = "weekly";
options = "--delete-older-than 14d";
};
services.angrr = {
enable = true;
enableNixGcIntegration = true;

View file

@ -22,7 +22,13 @@
system.nixos.tags = [ "fatcock-xxl" ];
home-manager.useGlobalPkgs = true;
hjem = {
clobberByDefault = true;
linker = pkgs.smfh;
};
hjem.linker = pkgs.smfh;
environment.arbys = {
enable = true;
clobber = true;
};
}

View file

@ -5,11 +5,8 @@
...
}:
{
environment.systemPackages = getPkgs {
inherit (pkgs)
home-manager
cachix
nixfmt-rfc-style
;
inherit (inputs.nil.packages.${pkgs.system}) nil;