Regenerated

This commit is contained in:
2026-03-25 12:49:47 +00:00
parent 43c9c372dc
commit 27c188ac49
2 changed files with 14 additions and 4 deletions
@@ -9,8 +9,13 @@ in
gtk4
];
# Stylix GTK target
stylix.targets.gtk.enable = true;
# Enable GTK target for Stylix
stylix = {
enable = true;
targets = {
gtk = { enable = true; };
};
};
home-manager.users."${username}" = {
gtk = {