about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-12-29 08:26:41 +0100
committerSoispha <soispha@vhack.eu>2023-12-29 08:26:41 +0100
commit8acacc46242433986d2838d4760d570897a76215 (patch)
treed6eadc46cdc8ab0b67bf1f82fc1c28dbf7591b95
parentfeat(hm/conf/git): Incorporate elements of other peoples configs (diff)
downloadnixos-config-8acacc46242433986d2838d4760d570897a76215.tar.gz
nixos-config-8acacc46242433986d2838d4760d570897a76215.zip
feat(hm/pkgs/): Add the bc calculator
-rw-r--r--hm/soispha/pkgs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hm/soispha/pkgs/default.nix b/hm/soispha/pkgs/default.nix
index c713b7ac..872a517b 100644
--- a/hm/soispha/pkgs/default.nix
+++ b/hm/soispha/pkgs/default.nix
@@ -62,6 +62,7 @@ with pkgs; let
       yokadi # Command line oriented, sqlite powered, todo list
       killall # kill a application by name
       snap-sync-forked # A btrfs based backup solution
+      bc # Smart calculator
     ];
 
     WM = {