diff --git a/user/shell/cli-collection.nix b/user/shell/cli-collection.nix index dd6375e..b9b947e 100644 --- a/user/shell/cli-collection.nix +++ b/user/shell/cli-collection.nix @@ -4,7 +4,7 @@ # Collection of useful CLI apps home.packages = with pkgs; [ # Command Line - neofetch lolcat cowsay + disfetch neofetch lolcat cowsay onefetch starfetch cava gnugrep gnused killall diff --git a/user/shell/sh.nix b/user/shell/sh.nix index 26fe8d9..05fbd80 100644 --- a/user/shell/sh.nix +++ b/user/shell/sh.nix @@ -8,6 +8,9 @@ let htop = "btm"; fd = "fd -Lu"; w3m = "w3m -no-cookie -v"; + neofetch = "disfetch"; + fetch = "disfetch"; + gitfetch = "onefetch"; nixos-rebuild = "systemd-run --no-ask-password --uid=0 --system --scope -p MemoryLimit=16000M -p CPUQuota=60% nixos-rebuild"; home-manager = "systemd-run --no-ask-password --uid=1000 --user --scope -p MemoryLimit=16000M -p CPUQuota=60% home-manager"; }; @@ -34,7 +37,7 @@ in }; home.packages = with pkgs; [ - neofetch lolcat cowsay + disfetch lolcat cowsay onefetch gnugrep gnused bat eza bottom fd direnv nix-direnv