mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
System-level + home-manager stylix works now!
This commit is contained in:
parent
f7c2b21b09
commit
b752902ef4
3 changed files with 39 additions and 33 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue