{ ... }: { flake.homeModules.apps-usr-vesktop-all = { config, pkgs, ... }: { home.file.".config/autostart/vesktop.desktop" = { text = '' [Desktop Entry] Type=Application Name=Vesktop Comment=Vesktop autostart script Exec=${pkgs.vesktop}/bin/vesktop --enable-speech-dispatcher --start-minimized StartupNotify=false Terminal=false Icon=vesktop ''; }; }; }