feat: add mouse cursor
parent
f7902362cc
commit
6913cc47d0
|
@ -26,6 +26,14 @@ in
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
home.pointerCursor = {
|
||||
name = "Adwaita";
|
||||
package = pkgs.gnome.adwaita-icon-theme;
|
||||
size = 24;
|
||||
x11 = {
|
||||
enable = true;
|
||||
defaultCursor = "Adwaita";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue