Fixes for cursor size and other annoyances
This commit is contained in:
parent
e134c2b7a5
commit
d75550d851
2 changed files with 48 additions and 23 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue