diff options
Diffstat (limited to 'nixos/.flake/home/cursor.nix')
-rw-r--r-- | nixos/.flake/home/cursor.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nixos/.flake/home/cursor.nix b/nixos/.flake/home/cursor.nix new file mode 100644 index 0000000..b7b55c4 --- /dev/null +++ b/nixos/.flake/home/cursor.nix @@ -0,0 +1,8 @@ +{ config, pkgs, ... }: + +{ + home.file.".icons/default".source = "${pkgs.vanilla-dmz}/share/icons/Vanilla-DMZ"; + xresources.properties = { + "Xcursor.size" = 16; + }; +} |