From b1f21e39dbf1db601e5962865f7c9a31024ca9c7 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sun, 12 Nov 2023 10:24:59 -0600 Subject: [PATCH] Added some more fetchers for rice screenshots :) --- user/shell/cli-collection.nix | 2 +- user/shell/sh.nix | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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