From d3a0fb4b8343cfe5e29e06fa6423751407855eab Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Wed, 23 Oct 2024 16:42:21 -0600 Subject: [PATCH] update plasma to fix build issue --- desktops/plasma.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktops/plasma.nix b/desktops/plasma.nix index 837db5f..1fbce76 100644 --- a/desktops/plasma.nix +++ b/desktops/plasma.nix @@ -15,6 +15,6 @@ [ kdePackages.dragon kdePackages.merkuro - kdePackages.neochat +# kdePackages.neochat # disable due to insecure issue with olm ]; }