mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
8 lines
169 B
Nix
8 lines
169 B
Nix
{
|
|
virtualisation.libvirtd.enable = true;
|
|
programs.virt-manager.enable = true;
|
|
virtualisation.spiceUSBRedirection.enable = true;
|
|
|
|
programs.dconf.enable = true;
|
|
}
|