From 3fb4374cc4eaba3ae1db0929d30d0b04aeadc0ca Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 13 Jan 2023 15:25:02 +0000 Subject: [PATCH] Update home.nix --- home/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/home.nix b/home/home.nix index d330df7..aba0429 100644 --- a/home/home.nix +++ b/home/home.nix @@ -20,7 +20,9 @@ home.packages = with pkgs; [ fish + fishPlugins.grc git + neofetch vscode ];