System-level + home-manager stylix works now!

This commit is contained in:
Emmet
2023-06-15 19:44:14 -05:00
parent 57fe2effee
commit ecedb05674
3 changed files with 39 additions and 33 deletions

View File

@@ -74,10 +74,12 @@
inherit system;
modules = [
./system/configuration.nix
# stylix.nixosModules.stylix # complains that home-manager is not defined
./system/style/stylix.nix
stylix.nixosModules.stylix
];
specialArgs = {
myTheme = theme;
myThemePolarity = themePolarity;
myBackgroundUrl = backgroundUrl;
myBackgroundSha256 = backgroundSha256;
};