add(cursor): added rose pine hyprcursor

This commit is contained in:
kenji
2025-12-31 13:26:43 -06:00
parent 6e9949ac39
commit 8a9569bb76
3 changed files with 21 additions and 0 deletions
+8
View File
@@ -1,5 +1,13 @@
{ pkgs, ... }:
{
imports = [
../../apps/matugen
];
home.pointerCursor = {
gtk.enable = true;
package = pkgs.rose-pine-hyprcursor;
name = "rose-pine-hyprcursor";
size = 24;
};
}