Regenerated

This commit is contained in:
2026-03-25 12:55:02 +00:00
parent 610616a7f7
commit 1602f35d9b
2 changed files with 26 additions and 16 deletions
@@ -34,6 +34,19 @@ in
pkgs.st
];
stylix = {
enable = true;
base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
polarity = "dark";
targets = {
gtk = { enable = true; };
};
};
imports = [
inputs.stylix.nixosModules.stylix
];
############################
# Home Manager user settings
############################
@@ -59,14 +72,6 @@ in
HYPRCURSOR_THEME = cursorName;
HYPRCURSOR_SIZE = toString cursorSize;
};
# Enable GTK target for Stylix
stylix = {
enable = true;
targets = {
gtk = { enable = true; };
};
};
};
};
}