From 46000b95d420dc1956133c4a39066182c153e1db Mon Sep 17 00:00:00 2001 From: Nico Date: Tue, 6 May 2025 20:44:38 +1000 Subject: [PATCH] shell: install fastfetch --- modules/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/shell.nix b/modules/shell.nix index 3c90367..91cbc83 100644 --- a/modules/shell.nix +++ b/modules/shell.nix @@ -20,6 +20,7 @@ unzip unar bat + fastfetch gcc # needed for nvim for some reason.