Skip to content

Commit

Permalink
Update package definition with shared module
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Nov 25, 2024
1 parent 2adc9e8 commit a5f9b00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions home-manager/darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
];

packages = with pkgs; [
lima # includes qemu

# https://github.com/NixOS/nixpkgs/issues/240819
pinentry_mac

Expand Down
4 changes: 4 additions & 0 deletions home-manager/lima-host.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5f9b00

Please sign in to comment.