Compare commits

..

No commits in common. "5e923f89482a93d90d27ed2f0d3e338b2babd27b" and "9442614acdbb3131069c244c15927ed5241007fa" have entirely different histories.

2 changed files with 0 additions and 2 deletions

View file

@ -13,7 +13,6 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
apg # Automatic password generator apg # Automatic password generator
babelfish # Lets fish speak bash babelfish # Lets fish speak bash
bat # Better cat
btop # Prettier top btop # Prettier top
cbonsai # Happy little trees cbonsai # Happy little trees
dig # DNS lookup dig # DNS lookup

View file

@ -21,7 +21,6 @@
}; };
shellAliases = { shellAliases = {
cat = "bat";
top = "btop"; top = "btop";
}; };