fix discord and spotify launch options
This commit is contained in:
parent
d0af942359
commit
9b52db0aee
1 changed files with 21 additions and 9 deletions
|
|
@ -32,10 +32,15 @@
|
||||||
mtr
|
mtr
|
||||||
|
|
||||||
firefox
|
firefox
|
||||||
# (writeShellScriptBin "spotify" ''
|
(symlinkJoin {
|
||||||
# exec ${pkgs.spotify}/bin/spotify --enable-features=UseOzonePlatform --ozone-platform=wayland
|
name = "spotify";
|
||||||
# '')
|
paths = [
|
||||||
|
(writeShellScriptBin "spotify" ''
|
||||||
|
exec ${spotify}/bin/spotify --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||||
|
'')
|
||||||
spotify
|
spotify
|
||||||
|
];
|
||||||
|
})
|
||||||
|
|
||||||
hyprland
|
hyprland
|
||||||
dunst
|
dunst
|
||||||
|
|
@ -43,11 +48,18 @@
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
|
||||||
dconf
|
dconf
|
||||||
|
(symlinkJoin {
|
||||||
# (writeShellScriptBin "discord" ''
|
name = "discord";
|
||||||
# exec ${discord}/bin/discord --enable-features=UseOzonePlatform --ozone-platform=wayland
|
paths = [
|
||||||
# '')
|
(writeShellScriptBin "discord" ''
|
||||||
|
exec ${discord}/bin/discord --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||||
|
'')
|
||||||
|
(writeShellScriptBin "Discord" ''
|
||||||
|
exec ${discord}/bin/Discord --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||||
|
'')
|
||||||
discord
|
discord
|
||||||
|
];
|
||||||
|
})
|
||||||
kitty
|
kitty
|
||||||
pipewire
|
pipewire
|
||||||
lsd
|
lsd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue