perf: Home-manager to module
feat: Optionise config
This commit is contained in:
5
modules/host/virtmanager.nix
Normal file
5
modules/host/virtmanager.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{ pkgs, ... }: {
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user