Fixes for cursor size and other annoyances

This commit is contained in:
Charlotte Van Petegem 2023-04-12 14:06:20 +02:00
parent e134c2b7a5
commit d75550d851
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 48 additions and 23 deletions

View file

@ -57,11 +57,11 @@
};
gtk2.extraConfig = ''
gtk-cursor-theme-name = "Vanilla-DMZ"
gtk-cursor-theme-size = 0
gtk-cursor-theme-size = 24
'';
gtk3.extraConfig = {
gtk-cursor-theme-name = "Vanilla-DMZ";
gtk-cursor-theme-size = 0;
gtk-cursor-theme-size = 24;
};
iconTheme = {
package = pkgs.libsForQt5.breeze-icons;