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";