make mouse cursor better again
Signed-off-by: cy <cy@cy7.sh>
This commit is contained in:
parent
80da2cfc70
commit
b1a1955786
1 changed files with 2 additions and 5 deletions
|
@ -28,10 +28,6 @@
|
||||||
|
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
cursorTheme = {
|
|
||||||
package = pkgs.bibata-cursors;
|
|
||||||
name = "Bibata-Modern";
|
|
||||||
};
|
|
||||||
theme = {
|
theme = {
|
||||||
package = pkgs.adw-gtk3;
|
package = pkgs.adw-gtk3;
|
||||||
name = "adw-gtk3-dark";
|
name = "adw-gtk3-dark";
|
||||||
|
@ -44,7 +40,8 @@
|
||||||
|
|
||||||
home.pointerCursor = {
|
home.pointerCursor = {
|
||||||
package = pkgs.bibata-cursors;
|
package = pkgs.bibata-cursors;
|
||||||
name = "Bibata-Modern";
|
name = "Bibata-Modern-Classic";
|
||||||
|
size = 23;
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
x11.enable = true;
|
x11.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue