Updated sytem

This commit is contained in:
Emmet
2024-02-11 09:09:35 -06:00
parent c13de110dc
commit a711f7c7f9
2 changed files with 61 additions and 42 deletions

View File

@@ -100,6 +100,7 @@
modules = [ (./. + "/profiles"+("/"+systemSettings.profile)+"/configuration.nix") ]; # load configuration.nix from selected PROFILE
specialArgs = {
# pass config variables from above
inherit pkgs-stable;
inherit systemSettings;
inherit userSettings;
inherit (inputs) stylix;