feat: add mouse cursor
This commit is contained in:
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";
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user