containers(gui): Remove unused packages

This commit is contained in:
Donovan Glover 2023-06-22 11:55:52 -04:00
parent 1eb77fd467
commit 2f5a3f184a
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -53,7 +53,6 @@
};
home-manager.users.user = { pkgs, ... }: {
home.packages = [ pkgs.atool pkgs.httpie ];
home.stateVersion = "22.11";
};