From 64113ffa4d63a66ca6942bec81ef77aa2eb00f97 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Mon, 16 Mar 2026 22:04:21 +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 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";