From e84ce1e3f539c00c62ffaba69146b02090c3338b Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Sun, 11 Aug 2024 12:25:12 +0200 Subject: [PATCH] remove neofetch --- hosts/computer-mo/system/pkg-customization.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/computer-mo/system/pkg-customization.nix b/hosts/computer-mo/system/pkg-customization.nix index e6049bd..4d58a08 100644 --- a/hosts/computer-mo/system/pkg-customization.nix +++ b/hosts/computer-mo/system/pkg-customization.nix @@ -3,7 +3,6 @@ environment.systemPackages = (with pkgs; [ kde-rounded-corners - neofetch ibm-plex ]); }