NixFiles/systems/mdesktop/virtualisation.nix

7 lines
95 B
Nix
Raw Normal View History

2023-03-09 08:33:38 +00:00
{ config, ... }:
{
virtualisation.libvirtd.enable = true;
programs.dconf.enable = true;
}