1 2 3 4 5 6
{ pkgs, config, ... }: { home.packages = [ pkgs.rofi ]; home.file.".config/rofi/config.rasi".source = ./config.rasi; }