diff --git a/modules/hm/desktop/cursor.nix b/modules/hm/desktop/cursor.nix new file mode 100644 index 0000000..91b63fe --- /dev/null +++ b/modules/hm/desktop/cursor.nix @@ -0,0 +1,11 @@ +{ + flake.modules.homeManager.desktop = + { pkgs, ... }: + { + home.pointerCursor = { + package = pkgs.bibata-cursors; + name = "Bibata-Modern-Ice"; + size = 28; + }; + }; +}