feat(aarch64-darwin): add virtualization tools to default.nix

- Added `libvirt`, `dnsmasq`, `virt-manager`, and `qemu` to the `pkgs` list.
- These tools enhance virtualization capabilities on aarch64-darwin systems.
This commit is contained in:
Harald Hoyer 2025-01-21 15:27:14 +01:00
parent ffed5d5394
commit b3db658dd0

View file

@ -38,6 +38,10 @@ with lib.metacfg;
ollama
imagemagick
gh
libvirt
dnsmasq
virt-manager
qemu
];
users.users.harald.shell = pkgs.fish;