Set cursor theme
This commit is contained in:
parent
68194d9fa8
commit
bbfecde039
1 changed files with 7 additions and 0 deletions
|
@ -207,6 +207,13 @@ in
|
|||
zeal
|
||||
]
|
||||
++ (with gst_all_1; [ gstreamer gstreamer.dev gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-libav gst-vaapi ]);
|
||||
|
||||
pointerCursor = {
|
||||
name = "elementary";
|
||||
package = pkgs.pantheon.elementary-gtk-theme;
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
xdg = {
|
||||
|
|
Loading…
Reference in a new issue