1 2 3 4 5 6 7 8
{ config, pkgs, ... }: { home.file.".icons/default".source = "${pkgs.vanilla-dmz}/share/icons/Vanilla-DMZ"; xresources.properties = { "Xcursor.size" = 16; }; }