diff --git a/home-manager/darwin.nix b/home-manager/darwin.nix index 5fcdfc2b..c10823ab 100644 --- a/home-manager/darwin.nix +++ b/home-manager/darwin.nix @@ -29,8 +29,6 @@ ]; packages = with pkgs; [ - lima # includes qemu - # https://github.com/NixOS/nixpkgs/issues/240819 pinentry_mac diff --git a/home-manager/lima-host.nix b/home-manager/lima-host.nix index f3220c2a..2e2c7925 100644 --- a/home-manager/lima-host.nix +++ b/home-manager/lima-host.nix @@ -13,6 +13,10 @@ ]; home = { + packages = with pkgs; [ + lima # includes qemu + ]; + activation = { # Required to avoid missing systemctl in NixOS # https://github.com/lima-vm/lima/blob/9248baf14a3208249ed38179cdd018ec288d1ef5/pkg/autostart/autostart.go#L91-L92