From d4136b07b8e9e829285d3b411244e2fa04fabe74 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Mon, 16 Mar 2026 22:06:43 +0000 Subject: [PATCH] trying stylix --- Droidnix/README.org | 4 +--- Droidnix/generated/out_of_tree/core/theme.nix | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) 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"; }; - }; }