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