From cb990c0cd4c19bdc37ffb9c8b0abdf6b39995e86 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Sat, 24 Jan 2026 16:35:54 +0100 Subject: [PATCH] Switch to element-desktop --- homes/julian/features/hyprland/default.nix | 1 + pkgs/open-messaging/default.nix | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) 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