7 lines
90 B
Nix
7 lines
90 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
gnome-boxes
|
|
libvirt
|
|
qemu
|
|
];
|
|
}
|