From 034c67f0b2b9bbf7c76eb816ae461d7cc0e8e5a8 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Fri, 23 Feb 2024 13:13:11 -0600 Subject: [PATCH] Update to fastfetch. --- home-manager/durincore.nix | 4 ++-- home-manager/este.nix | 4 ++-- home-manager/gandalf.nix | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/home-manager/durincore.nix b/home-manager/durincore.nix index 99a4686..5f5fbde 100644 --- a/home-manager/durincore.nix +++ b/home-manager/durincore.nix @@ -43,7 +43,7 @@ functions = { fish_greeting = { description = "Set the fish greeting"; - body = "neofetch"; + body = "fastfetch"; }; }; }; @@ -100,7 +100,7 @@ hubble # misc - neofetch + fastfetch cowsay file which diff --git a/home-manager/este.nix b/home-manager/este.nix index cdff5a3..08bee21 100644 --- a/home-manager/este.nix +++ b/home-manager/este.nix @@ -51,7 +51,7 @@ functions = { fish_greeting = { description = "Set the fish greeting"; - body = "neofetch"; + body = "fastfetch"; }; }; }; @@ -83,7 +83,7 @@ # here is some command line tools I use frequently # feel free to add your own or remove some of them - neofetch + fastfetch go-task # terminal file managers diff --git a/home-manager/gandalf.nix b/home-manager/gandalf.nix index 2abdf78..f1a978e 100644 --- a/home-manager/gandalf.nix +++ b/home-manager/gandalf.nix @@ -69,7 +69,7 @@ functions = { fish_greeting = { description = "Set the fish greeting"; - body = "neofetch"; + body = "fastfetch"; }; }; }; @@ -79,7 +79,7 @@ # here is some command line tools I use frequently # feel free to add your own or remove some of them - neofetch + fastfetch go-task # terminal file managers