change gnome cursor theme
This commit is contained in:
parent
18da3b64bd
commit
bd730402fd
1 changed files with 10 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ in
|
|||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
gtk-theme = "Adwaita-dark";
|
||||
cursor-theme = "Adwaita";
|
||||
};
|
||||
|
||||
# Input sources - US English
|
||||
|
|
@ -109,5 +110,14 @@ in
|
|||
download-updates-notify = false;
|
||||
};
|
||||
};
|
||||
|
||||
# Configure cursor theme system-wide
|
||||
home.pointerCursor = {
|
||||
name = "Adwaita";
|
||||
package = pkgs.adwaita-icon-theme;
|
||||
size = 24;
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue