9 lines
182 B
Nix
Executable file
9 lines
182 B
Nix
Executable file
{ pkgs, ... }: {
|
|
home-manager.users.grape.home.pointerCursor = {
|
|
name = "oreo-cursors-plus";
|
|
package = pkgs.oreo-cursors-plus;
|
|
gtk.enable = true;
|
|
size = 16;
|
|
};
|
|
}
|