Use proper home-manager version

This commit is contained in:
Greg Hellings
2023-11-27 16:27:54 -06:00
committed by greg-compass
parent 7ae7bb0075
commit 3935ac1c2f
2 changed files with 8 additions and 7 deletions
+2 -1
View File
@@ -4,6 +4,7 @@ let
system ? "aarch64-darwin",
name,
channel ? inputs.nixunstable,
hm ? inputs.hmunstable,
extraMods ? []
}:
let
@@ -15,7 +16,7 @@ let
specialArgs = { inherit nixpkgs; };
modules = [
{ nixpkgs.overlays = overlays; }
inputs.hm.darwinModules.home-manager
hm.darwinModules.home-manager
{
home-manager = {
useGlobalPkgs = true;