added cursor theme

This commit is contained in:
Tomas Rivera
2026-03-05 18:36:59 +01:00
parent 67422aa106
commit 4a98bf37fa
2 changed files with 10 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{ config, pkgs, ... }:
{
home.pointerCursor = {
hyprcursor.enable = true;
enable = true;
package = pkgs.capitaine-cursors-themed;
name = "Capitaine Cursors (Gruvbox)";
};
}