{ pkgs, config', ... }: { home.packages = with pkgs; [ gtklock ]; xdg.configFile."gtklock/config.ini".text = '' [main] gtk-theme=${config'.gtk-theme} ''; }