From bfe7abdb334c67996d79dc90cf30ed645eb3ae27 Mon Sep 17 00:00:00 2001
From: liv <shadows@with.al>
Date: Wed, 30 Oct 2024 11:40:07 +0100
Subject: [PATCH] nixos: install kcalc

---
 nixos/desktop/plasma.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nixos/desktop/plasma.nix b/nixos/desktop/plasma.nix
index 883f6fb..fbc8655 100644
--- a/nixos/desktop/plasma.nix
+++ b/nixos/desktop/plasma.nix
@@ -7,5 +7,6 @@
     system-config-printer
     krita
     ntfs3g
+    kcalc
   ];
 }