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