diff --git a/Droidnix/README.org b/Droidnix/README.org index b8a1b1a5f..89c917f07 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -622,7 +622,7 @@ You'll notice the color values in multiple places outside this as well. { pkgs, flakeRoot, ... }: { - programs.stylix = { + stylix = { enable = true; settings = { theme = "${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 aefc2c0c8..162cc4581 100644 --- a/Droidnix/generated/out_of_tree/core/theme.nix +++ b/Droidnix/generated/out_of_tree/core/theme.nix @@ -1,7 +1,7 @@ { pkgs, flakeRoot, ... }: { - programs.stylix = { + stylix = { enable = true; settings = { theme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";