diff --git a/Droidnix/README.org b/Droidnix/README.org index 89c917f07..d0b39f7f9 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -624,10 +624,8 @@ You'll notice the color values in multiple places outside this as well. { stylix = { enable = true; - settings = { - theme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml"; + base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml"; }; - }; } #+END_SRC diff --git a/Droidnix/generated/out_of_tree/core/theme.nix b/Droidnix/generated/out_of_tree/core/theme.nix index 162cc4581..66c7d474c 100644 --- a/Droidnix/generated/out_of_tree/core/theme.nix +++ b/Droidnix/generated/out_of_tree/core/theme.nix @@ -3,8 +3,6 @@ { stylix = { enable = true; - settings = { - theme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml"; + base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml"; }; - }; }