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:
parent
ffed5d5394
commit
b3db658dd0
|
@ -38,6 +38,10 @@ with lib.metacfg;
|
||||||
ollama
|
ollama
|
||||||
imagemagick
|
imagemagick
|
||||||
gh
|
gh
|
||||||
|
libvirt
|
||||||
|
dnsmasq
|
||||||
|
virt-manager
|
||||||
|
qemu
|
||||||
];
|
];
|
||||||
|
|
||||||
users.users.harald.shell = pkgs.fish;
|
users.users.harald.shell = pkgs.fish;
|
||||||
|
|
Loading…
Reference in a new issue