chat: switch do vesktop -> discordcanary

This commit is contained in:
Leonardo Eugênio 2024-12-20 12:51:37 -03:00
parent fad066b258
commit 4fecc91b73

View file

@ -9,14 +9,14 @@
wayland.windowManager.sway = { wayland.windowManager.sway = {
extraConfig = '' extraConfig = ''
exec thunderbird exec thunderbird
exec vesktop exec discordcanary
exec telegram-desktop exec telegram-desktop
''; '';
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
tdesktop tdesktop
vesktop discord-canary
thunderbird thunderbird
element-desktop-wayland element-desktop-wayland
]; ];