global cursor config
This commit is contained in:
parent
4f22b2bf48
commit
fade766d7f
|
@ -505,6 +505,12 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
indicator = true;
|
indicator = true;
|
||||||
};
|
};
|
||||||
|
home.pointerCursor = {
|
||||||
|
name = "capitaine-cursors";
|
||||||
|
package = pkgs.capitaine-cursors;
|
||||||
|
x11.enable = true;
|
||||||
|
gtk.enable = true;
|
||||||
|
};
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = {
|
theme = {
|
||||||
|
@ -515,10 +521,6 @@ in {
|
||||||
name = "Papirus-Dark";
|
name = "Papirus-Dark";
|
||||||
package = papirus_red;
|
package = papirus_red;
|
||||||
};
|
};
|
||||||
cursorTheme = {
|
|
||||||
name = "capitaine-cursors";
|
|
||||||
package = pkgs.capitaine-cursors;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
qt = {
|
qt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue