From 5eb63082b564c2b44ff1858a7894d055e006043a Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Thu, 26 Sep 2024 17:59:09 -0500 Subject: modularize config --- nixos/.flake/home/cursor.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 nixos/.flake/home/cursor.nix (limited to 'nixos/.flake/home/cursor.nix') 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; + }; +} -- cgit v1.2.3