fix: enable virt-manager based on libvirtd "enablement"

This commit is contained in:
Ahwx 2025-10-26 01:40:01 +02:00
parent 10f6123334
commit 8715aa8de1

View file

@ -29,7 +29,7 @@
}; };
programs.virt-manager.enable = programs.virt-manager.enable =
if (config.virtualisation.waydroid.enable == true) then true else false; if (config.virtualisation.libvirtd.enable == true) then true else false;
#dconf.settings."org/virt-manager/virt-manager/connections" = #dconf.settings."org/virt-manager/virt-manager/connections" =
# if (config.programs.virt-manager.enable == true) then # if (config.programs.virt-manager.enable == true) then
# { # {