diff --git a/darwin/configuration.nix b/darwin/configuration.nix index fb69b98..db2df03 100644 --- a/darwin/configuration.nix +++ b/darwin/configuration.nix @@ -8,7 +8,7 @@ # List packages installed in system profile. To search by name, run: # $ nix-env -qaP | grep wget environment.systemPackages = - [ ]; + with pkgs; [ podman qemu ]; environment.shells = with pkgs; [ fish ];