mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-06-17 02:06:32 +05:30
12 lines
206 B
Nix
12 lines
206 B
Nix
{
|
|
flake.modules.homeManager.desktop =
|
|
{ pkgs, ... }:
|
|
{
|
|
home.pointerCursor = {
|
|
package = pkgs.bibata-cursors;
|
|
name = "Bibata-Modern-Ice";
|
|
size = 28;
|
|
};
|
|
};
|
|
}
|