Change signal launching
Should hopefully make it work on sway.
This commit is contained in:
parent
6788693016
commit
46a7c6728d
1 changed files with 10 additions and 1 deletions
|
|
@ -26,7 +26,16 @@ in
|
|||
shotwell
|
||||
nextcloud-client
|
||||
bitwarden-desktop
|
||||
signal-desktop
|
||||
(symlinkJoin {
|
||||
name = "signal-desktop-wrapped";
|
||||
paths = [ signal-desktop ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
postBuild = ''
|
||||
rm $out/bin/signal-desktop
|
||||
makeWrapper ${signal-desktop}/bin/signal-desktop $out/bin/signal-desktop \
|
||||
--add-flags "--password-store=gnome-libsecret"
|
||||
'';
|
||||
})
|
||||
spotify
|
||||
gemini-cli
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue