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 - ]; }