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