8 lines
158 B
Nix
8 lines
158 B
Nix
{ pkgs, ... }: {
|
|
home.pointerCursor = {
|
|
gtk.enable = true;
|
|
package = pkgs.phinger-cursors;
|
|
name = "phinger-cursors-dark";
|
|
size = 32;
|
|
};
|
|
}
|