{ pkgs, ... }: { home.packages = with pkgs; [ rofi ]; home.file.".config/rofi" = { source = ./config; recursive = true; }; }