From 5e1de21d6c21fa0dbdab2e1d8b56f95dd2d12884 Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Fri, 20 Mar 2026 08:41:13 +0100 Subject: [PATCH] Replace neofetch with fastfetch Made-with: Cursor --- nixos/home/danny/home.nix | 2 +- nixos/hosts/macbookair.nix | 2 +- nixos/hosts/wsl.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/home/danny/home.nix b/nixos/home/danny/home.nix index f163884..4e1ca46 100644 --- a/nixos/home/danny/home.nix +++ b/nixos/home/danny/home.nix @@ -198,7 +198,7 @@ # busybox # doesn't run on darwin # Utilities - neofetch # system info + fastfetch # system info btop # resource monitor zoxide # directory jumping (cd alternative) tldr # community driven manpage alternative diff --git a/nixos/hosts/macbookair.nix b/nixos/hosts/macbookair.nix index a5fc32a..f3890b6 100644 --- a/nixos/hosts/macbookair.nix +++ b/nixos/hosts/macbookair.nix @@ -137,7 +137,7 @@ xdg-utils # terminal desktop intergrations (i.e. allow terminal to open browser) xclip # terminal clipboard integration (i.e. allow terminal to r/w clipboard) - neofetch # system info + fastfetch # system info btop # resource monitor wget # downloader tldr # community driven manpage alternative diff --git a/nixos/hosts/wsl.nix b/nixos/hosts/wsl.nix index 84dbb09..f4786e4 100644 --- a/nixos/hosts/wsl.nix +++ b/nixos/hosts/wsl.nix @@ -71,7 +71,7 @@ # pyenv # poetry - neofetch # system info + fastfetch # system info btop # resource monitor tldr # community alternative to man fzf # fuzzy finder