From c741da75e75215f7b6265517eacefab5c4b6691c Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Fri, 6 Jan 2023 21:08:31 -0800 Subject: [PATCH] Display pfatch at the beginning of terminal session --- hosts/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/home.nix b/hosts/home.nix index bed99d2..7b47dd7 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -55,6 +55,7 @@ in # Command line utilities wget neofetch + pfetch killall trash-cli # aliased to rm in .bashrc @@ -97,5 +98,6 @@ in # config.allowUnfree seems to not apply to nix-env, so is provided explicitly latest = "NIXPKGS_ALLOW_UNFREE=1 nix-env -f https://github.com/NixOS/nixpkgs/archive/master.tar.gz -iA"; }; + bashrcExtra = "pfetch"; }; }