Files
nixos/modules/home-manager/cursor.nix
T
2026-03-05 18:36:59 +01:00

10 lines
193 B
Nix

{ config, pkgs, ... }:
{
home.pointerCursor = {
hyprcursor.enable = true;
enable = true;
package = pkgs.capitaine-cursors-themed;
name = "Capitaine Cursors (Gruvbox)";
};
}