use darwin not nixos home-manager
This commit is contained in:
parent
efc786c4e2
commit
40a3f0a639
|
@ -14,7 +14,7 @@ let
|
||||||
|
|
||||||
defaultModules = defaults.defaultModules ++ [
|
defaultModules = defaults.defaultModules ++ [
|
||||||
# NO_INLINE
|
# NO_INLINE
|
||||||
inputs.home-manager-unstable.nixosModules.home-manager
|
inputs.home-manager-unstable.darwinModules.home-manager
|
||||||
];
|
];
|
||||||
|
|
||||||
darwinSystem = nix-darwin-unstable.lib.darwinSystem;
|
darwinSystem = nix-darwin-unstable.lib.darwinSystem;
|
||||||
|
|
Loading…
Reference in a new issue