{pkgs, ...}: { home.packages = with pkgs; [wofi]; xdg.configFile."wofi/config".source = ./config; }