{ pkgs, ... }: { home.packages = with pkgs; [ hyprcursor ]; home.file = { ".local/share/icons/rose-pine-hyprcursor" = { source = ./icons; recursive = true; }; }; }