mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-12-07 22:45:02 +00:00
use common home
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user