From 82ed00793121ca2de59777ebf60e44a093d9a7b3 Mon Sep 17 00:00:00 2001 From: jackjohn7 Date: Fri, 3 Apr 2026 01:03:34 -0500 Subject: [PATCH] add element to desktop --- modules/hosts/desktop/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/hosts/desktop/configuration.nix b/modules/hosts/desktop/configuration.nix index daa509d..b92a9b1 100644 --- a/modules/hosts/desktop/configuration.nix +++ b/modules/hosts/desktop/configuration.nix @@ -33,6 +33,9 @@ pavucontrol keepassxc amberol + (element-desktop.override { + commandLineArgs = "--password-store=gnome-libsecret"; + }) ]; nix.settings.experimental-features = [