mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 18:30:46 +02:00
14 lines
214 B
Nix
14 lines
214 B
Nix
{
|
|
config,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
home.pointerCursor = {
|
|
hyprcursor.enable = true;
|
|
enable = true;
|
|
package = pkgs.capitaine-cursors-themed;
|
|
name = "Capitaine Cursors (Gruvbox)";
|
|
size = 32;
|
|
};
|
|
}
|