Autostart discord with xdg-autostart

This commit is contained in:
2024-12-21 17:32:31 +01:00
parent 4c836ffcca
commit 870292903f
+10
View File
@@ -138,4 +138,14 @@ in {
"${pkgs.gtk3}/share/gsettings-schemas/${pkgs.gtk3.name}"
"${pkgs.gsettings-desktop-schemas}/share/gsettings-schemas/${pkgs.gsettings-desktop-schemas.name}"
];
xdg.configFile."autostart/vesktop.desktop".text = ''
[Desktop Entry]
Type=Application
Name=Vesktop
Comment=Vesktop autostart script
Exec="${pkgs.vesktop}/bin/vesktop"
StartupNotify=false
Terminal=false
'';
}