feat: add bibata cursor

This commit is contained in:
tux
2026-05-07 06:23:00 +05:30
parent b7b5d52ace
commit 7c2869f47b

View File

@@ -0,0 +1,11 @@
{
flake.modules.homeManager.desktop =
{ pkgs, ... }:
{
home.pointerCursor = {
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Ice";
size = 28;
};
};
}