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