mirror of
https://github.com/zoriya/flake.git
synced 2026-06-01 02:08:35 +00:00
Autostart discord with xdg-autostart
This commit is contained in:
@@ -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
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user