From 5d8b0f93a88e3ec75138e619a365c051f0ef85e2 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Mon, 16 Mar 2026 22:58:56 +0000 Subject: [PATCH] trying stylix --- Droidnix/README.org | 2 +- Droidnix/generated/out_of_tree/core/nix.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Droidnix/README.org b/Droidnix/README.org index 5dd6ee4fe..826cf7e31 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -659,7 +659,7 @@ You'll notice the color values in multiple places outside this as well. # Add Stylix to system packages so activation scripts are available environment.systemPackages = with pkgs; [ - stylix + stylix.packages.${system}.stylix ]; } #+END_SRC diff --git a/Droidnix/generated/out_of_tree/core/nix.nix b/Droidnix/generated/out_of_tree/core/nix.nix index 5c4f119e2..d07a6bb67 100644 --- a/Droidnix/generated/out_of_tree/core/nix.nix +++ b/Droidnix/generated/out_of_tree/core/nix.nix @@ -6,6 +6,6 @@ # Add Stylix to system packages so activation scripts are available environment.systemPackages = with pkgs; [ - stylix + stylix.packages.${system}.stylix ]; }