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