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 ]); }