We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0291f5 commit 3387fb4Copy full SHA for 3387fb4
modules/home/common/default.nix
@@ -26,6 +26,7 @@
26
PAGER = "less -R --use-color -Dd+r -Du+b";
27
};
28
packages = with pkgs; [
29
+ gavin-bc
30
curl
31
dig
32
dmidecode
modules/home/common/fish.nix
@@ -89,6 +89,7 @@
89
90
shellAliases = {
91
ag = "rg";
92
+ bc = "bc -l";
93
cat = "bat";
94
cd = "z";
95
cdi = "zi";
0 commit comments