From 8ce6523c07210d88090584a27d70e7c5653b33e4 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Wed, 24 Jan 2024 09:58:57 +0100 Subject: [PATCH] Install neofetch too --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 2a20d84..5652161 100644 --- a/configuration.nix +++ b/configuration.nix @@ -40,5 +40,5 @@ }; }; - environment.systemPackages = with pkgs; [ gdb ]; + environment.systemPackages = with pkgs; [ gdb neofetch ]; }