diff --git a/Droidnix/README.org b/Droidnix/README.org index 701ef1cd7..71c526052 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -604,7 +604,7 @@ You'll notice the color values in multiple places outside this as well. stylix ]; - programs.stylix = { + stylix = { enable = true; base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml"; }; diff --git a/Droidnix/generated/out_of_tree/core/theme.nix b/Droidnix/generated/out_of_tree/core/theme.nix index bfc7ff9aa..dda3b2879 100644 --- a/Droidnix/generated/out_of_tree/core/theme.nix +++ b/Droidnix/generated/out_of_tree/core/theme.nix @@ -5,7 +5,7 @@ stylix ]; - programs.stylix = { + stylix = { enable = true; base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml"; };