From 1ba5ec2357833e81199022e8473e80fbdbbd3bc9 Mon Sep 17 00:00:00 2001 From: Maaz Khokhar Date: Tue, 7 Jul 2026 18:44:58 -0500 Subject: [PATCH] element desktop and cmatrix --- hosts/pc/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/pc/configuration.nix b/hosts/pc/configuration.nix index cf0a2cd..f56d599 100755 --- a/hosts/pc/configuration.nix +++ b/hosts/pc/configuration.nix @@ -56,6 +56,8 @@ kdePackages.kdenlive kdePackages.kwallet kdePackages.kwallet-pam + element-desktop + cmatrix ]; programs.kdeconnect.enable = true;