Switch how this works again

This commit is contained in:
Peter Selby
2023-11-06 15:34:48 -08:00
parent bcdafb7994
commit b0bd0f05a0
3 changed files with 9 additions and 8 deletions
+2 -2
View File
@@ -24,8 +24,8 @@
(import ./module.nix { inherit doom-emacs niten-doom-config; })
];
};
mkHomeManagerConfiguration = { username, user-email, home-dir, enable-gui, ... }: import ./niten.nix {
inherit username user-email home-dir enable-gui doom-emacs niten-doom-config;
mkHomeManagerConfiguration = { username, user-email, home-dir, enable-gui, pkgs, ... }: import ./niten.nix {
inherit username user-email home-dir enable-gui doom-emacs niten-doom-config pkgs;
};
};
}