summaryrefslogtreecommitdiff
path: root/modules/home-manager
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home-manager')
-rw-r--r--modules/home-manager/virt-manager.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/home-manager/virt-manager.nix b/modules/home-manager/virt-manager.nix
new file mode 100644
index 0000000..b8bb430
--- /dev/null
+++ b/modules/home-manager/virt-manager.nix
@@ -0,0 +1,8 @@
+{ inputs, ... }: {
+ dconf.settings = {
+ "org/virt-manager/virt-manager/connections" = {
+ autoconnect = ["qemu:///system"];
+ uris = ["qemu:///system"];
+ };
+ };
+} \ No newline at end of file