feat: added dark theme preference for gtk4

This commit is contained in:
Nick 2025-05-12 15:37:54 -05:00
parent a8f3a8e3c4
commit 945f5392ca

View file

@ -10,6 +10,11 @@ in
gtk-application-prefer-dark-theme = true;
};
};
gtk4 = {
extraConfig = {
gtk-application-prefer-dark-theme = true;
};
};
cursorTheme = {
name = "catppuccin-macchiato-dark-cursors";
package = pkgs.catppuccin-cursors.macchiatoDark;