Files
nix-config/modules/hm/desktop/cursor.nix
2026-05-07 06:23:00 +05:30

12 lines
206 B
Nix

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