10 lines
169 B
Nix
10 lines
169 B
Nix
|
|
{ lib, config, pkgs, ... }:
|
|
|
|
{
|
|
#virtualisation.waydroid.enable = true;
|
|
programs.virt-manager.enable = true;
|
|
virtualisation.libvirtd = {
|
|
enable = true;
|
|
};
|
|
}
|