commit | d81c75159a3f4793ea0894f0f0fe288e9a79a460 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Thu Jan 26 00:41:44 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Feb 26 13:09:27 2023 +0000 |
tree | c361e1c42d73bc55c308860c11bac908ae19898c | |
parent | c693ffab09394e32b19c887d45988df6690f2a52 [diff] |
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 ]; }