diff options
author | Soispha <soispha@vhack.eu> | 2023-12-29 08:26:41 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-29 08:26:41 +0100 |
commit | 8acacc46242433986d2838d4760d570897a76215 (patch) | |
tree | d6eadc46cdc8ab0b67bf1f82fc1c28dbf7591b95 | |
parent | feat(hm/conf/git): Incorporate elements of other peoples configs (diff) | |
download | nixos-config-8acacc46242433986d2838d4760d570897a76215.tar.gz nixos-config-8acacc46242433986d2838d4760d570897a76215.zip |
feat(hm/pkgs/): Add the bc calculator
-rw-r--r-- | hm/soispha/pkgs/default.nix | 1 |
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 = { |