10 lines
163 B
Nix
10 lines
163 B
Nix
{config, pkgs, ...}:
|
|
{
|
|
home.pointerCursor = {
|
|
name = "oreo-cursors-plus";
|
|
package = pkgs.oreo-cursors-plus;
|
|
size = 32;
|
|
gtk.enable = true;
|
|
};
|
|
}
|