fix(virt-manager): add gui check

This commit is contained in:
514fpv 2024-01-04 14:22:27 +08:00
parent db0ce4686a
commit 7c4b897811
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -1,7 +1,7 @@
{ pkgs
, lib
, config
, ... }: with lib; {
, ... }: with lib; mkIf config.passthrough.gui {
dconf.settings = let
p = "org/virt-manager/virt-manager";
in {