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