{ config, pkgs, ... }: { home.packages = [ pkgs.openconnect ]; xdg.configFile."openconnect/config".text = "lol"; }