dotfiles/nix/system/cursor.nix
2024-07-31 07:17:52 +02:00

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;
};
}