diff --git a/user/chat.nix b/user/chat.nix index f0987ed..a68055f 100644 --- a/user/chat.nix +++ b/user/chat.nix @@ -9,14 +9,14 @@ wayland.windowManager.sway = { extraConfig = '' exec thunderbird - exec webcord + exec vesktop exec telegram-desktop ''; }; home.packages = with pkgs; [ tdesktop - webcord + vesktop thunderbird element-desktop-wayland ];