From 2f5a3f184a85091b04da45edada58ca2f2432334 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 22 Jun 2023 11:55:52 -0400 Subject: [PATCH] containers(gui): Remove unused packages --- containers/gui.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/containers/gui.nix b/containers/gui.nix index a06bfc5..4d4f311 100644 --- a/containers/gui.nix +++ b/containers/gui.nix @@ -53,7 +53,6 @@ }; home-manager.users.user = { pkgs, ... }: { - home.packages = [ pkgs.atool pkgs.httpie ]; home.stateVersion = "22.11"; };