chore: format code

This commit is contained in:
Jacob Bachmann 2024-01-13 15:45:43 +01:00
parent db4c3408de
commit b77debd170
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
9 changed files with 41 additions and 37 deletions

View file

@ -2,8 +2,8 @@
dconf.settings = lib.mkIf nixosConfig.bchmnn.virtualisation.enable {
"org/virt-manager/virt-manager/connections" = {
autoconnect = ["qemu:///system"];
uris = ["qemu:///system"];
autoconnect = [ "qemu:///system" ];
uris = [ "qemu:///system" ];
};
};