trying stylix

This commit is contained in:
2026-03-17 08:22:28 +00:00
parent 72b238bbb6
commit 924c28557f
2 changed files with 0 additions and 10 deletions
-5
View File
@@ -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
@@ -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
];
}