diff --git a/homes/julian/features/hyprland/default.nix b/homes/julian/features/hyprland/default.nix index 4a9c0f1..b67def8 100644 --- a/homes/julian/features/hyprland/default.nix +++ b/homes/julian/features/hyprland/default.nix @@ -281,6 +281,7 @@ in { "workspace 1, class:firefox" "workspace 8, class:Zotero" "workspace 9, class:nheko" + "workspace 9, class:Element" "workspace 9, class:discord" "workspace 9, class:org.telegram.desktop" "workspace 10, class:thunderbird" diff --git a/pkgs/open-messaging/default.nix b/pkgs/open-messaging/default.nix index 4985dc8..f9f6e33 100644 --- a/pkgs/open-messaging/default.nix +++ b/pkgs/open-messaging/default.nix @@ -1,6 +1,6 @@ { writeShellApplication, - nheko, + element-desktop, telegram-desktop, thunderbird, discord, # TODO: discord not available for aarch64, this leads to flake evaluation for this arch fail. @@ -9,7 +9,7 @@ writeShellApplication { name = "open-messaging"; runtimeInputs = [ - nheko + element-desktop telegram-desktop thunderbird discord @@ -18,7 +18,7 @@ writeShellApplication { text = '' thunderbird & sleep 0.1 - nheko & + element-desktop & sleep 0.1 Telegram & sleep 0.1