mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
vesktop
This commit is contained in:
16
modules/apps/usr/vesktop.nix
Normal file
16
modules/apps/usr/vesktop.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{ ... }: {
|
||||
flake.homeModules.apps-usr-vesktop-all = { config, pkgs, ... }: {
|
||||
home.file.".config/autostart/1password.desktop" = {
|
||||
text = ''
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Vesktop
|
||||
Comment=Vesktop autostart script
|
||||
Exec=${pkgs.vesktop}/bin/vesktop --enable-speech-dispatcher
|
||||
StartupNotify=false
|
||||
Terminal=false
|
||||
Icon=vesktop
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user