From 050348a956dd9d007cffeec5f5bcb88bd2ce35e3 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Wed, 29 Jun 2022 08:07:08 +0200 Subject: [PATCH] feat: add element-desktop --- home-manager/i3/default.nix | 2 +- home-mandlm.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/home-manager/i3/default.nix b/home-manager/i3/default.nix index dede570..ab6ae64 100644 --- a/home-manager/i3/default.nix +++ b/home-manager/i3/default.nix @@ -55,7 +55,7 @@ { command = "i3-msg 'workspace 5; append_layout ~/.config/i3/workspaces/workspace-5.json'"; } { command = "kitty"; notification = false; } { command = "firefox"; notification = false; } - # { command = "element-desktop"; notification = false; } + { command = "element-desktop"; notification = false; } { command = "keepassxc"; notification = false; } { command = "nextcloud"; notification = false; } { command = "signal-desktop"; notification = false; } diff --git a/home-mandlm.nix b/home-mandlm.nix index 9e01a0f..e195ce7 100644 --- a/home-mandlm.nix +++ b/home-mandlm.nix @@ -25,6 +25,7 @@ direnv tree light + element-desktop ]; stateVersion = "22.05";