use common home

This commit is contained in:
2025-10-09 10:26:34 +02:00
parent 2c6299e326
commit 3680f878e2
5 changed files with 45 additions and 137 deletions

View File

@@ -15,7 +15,10 @@ let
shellAliases = {
hm = "nix run home-manager/master -- switch --flake github:cupcakearmy/nix?dir=cli#${name} -b backup";
};
# Lists are not recursively updated, need to do by hand
packages = common.home.packages ++ [ ];
};
};
merged = lib.recursiveUpdate common overwrite;
in
lib.recursiveUpdate common overwrite
merged