From fc204573900ab97806e3ae34435d61210d9c9c60 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Sun, 8 Jan 2023 19:31:04 -0800 Subject: [PATCH] added fortune, removed unused dep --- hosts/home.nix | 4 ++-- modules/zsh.nix | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/home.nix b/hosts/home.nix index 7510a97..9dde7e5 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -43,9 +43,9 @@ in fontpreview # commandline utils - powerline - neofetch pfetch + fortune + neofetch ranger exa vhs diff --git a/modules/zsh.nix b/modules/zsh.nix index a9a457b..6f0129a 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -11,6 +11,7 @@ in initExtraFirst = '' pfetch + fortune ''; initExtra = ''