diff --git a/hosts/home.nix b/hosts/home.nix index 9336656..7510a97 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -45,6 +45,7 @@ in # commandline utils powerline neofetch + pfetch ranger exa vhs diff --git a/modules/zsh.nix b/modules/zsh.nix index 16bc04f..a9a457b 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -10,7 +10,7 @@ in dotDir = ".config/zsh"; initExtraFirst = '' - neofetch + pfetch ''; initExtra = ''