trying stylix

This commit is contained in:
2026-03-16 22:56:33 +00:00
parent 2d59cc7187
commit 626796b626
3 changed files with 12 additions and 2 deletions
@@ -3,4 +3,9 @@
nix.settings = {
extra-experimental-features = [ "nix-command" "flakes" ];
};
# Add Stylix to system packages so activation scripts are available
environment.systemPackages = with pkgs; [
stylix
];
}