Install kalgebra
diff --git a/modules/calculator.nix b/modules/calculator.nix
index faaffb3..c33a8c8 100644
--- a/modules/calculator.nix
+++ b/modules/calculator.nix
@@ -12,5 +12,5 @@
   };
 in
 {
-  home.home.packages = with pkgs; [ wcalc R kalgebra ];
+  home.home.packages = with pkgs; [ wcalc R  ];
 }