From 924c28557f7a2c1266495b91bc1b23e325e956b2 Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Tue, 17 Mar 2026 08:22:28 +0000 Subject: [PATCH] trying stylix --- Droidnix/README.org | 5 ----- Droidnix/generated/out_of_tree/core/nix.nix | 5 ----- 2 files changed, 10 deletions(-) diff --git a/Droidnix/README.org b/Droidnix/README.org index f950996d5..087fad9ab 100644 --- a/Droidnix/README.org +++ b/Droidnix/README.org @@ -663,11 +663,6 @@ You'll notice the color values in multiple places outside this as well. nix.settings = { extra-experimental-features = [ "nix-command" "flakes" ]; }; - - # Add Stylix to system packages so activation scripts are available - environment.systemPackages = with pkgs; [ - inputs.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 f1e300233..bb28420bf 100644 --- a/Droidnix/generated/out_of_tree/core/nix.nix +++ b/Droidnix/generated/out_of_tree/core/nix.nix @@ -3,9 +3,4 @@ nix.settings = { extra-experimental-features = [ "nix-command" "flakes" ]; }; - - # Add Stylix to system packages so activation scripts are available - environment.systemPackages = with pkgs; [ - inputs.stylix.packages.${system}.stylix - ]; }