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