summary refs log tree commit diff
path: root/modules/users/Rory.client.nix
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2023-12-31 09:20:26 +0100
committerRory& <root@rory.gay>2023-12-31 09:20:26 +0100
commit410dbae99a5a10d4569a0d465b117230d44ca1c0 (patch)
treee612a66c821c21fe2fbbd196a3b31ca4dfdd6f6e /modules/users/Rory.client.nix
parentDont set dconf for Rory if dconf isnt enabled (diff)
downloadRory-Open-Architecture-410dbae99a5a10d4569a0d465b117230d44ca1c0.tar.xz
Move dconf to Rory.client.nix
Diffstat (limited to 'modules/users/Rory.client.nix')
-rwxr-xr-xmodules/users/Rory.client.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/users/Rory.client.nix b/modules/users/Rory.client.nix
index 36edbc1..b3ef89f 100755
--- a/modules/users/Rory.client.nix
+++ b/modules/users/Rory.client.nix
@@ -10,7 +10,12 @@
   };
   home-manager.users.Rory = {
     services.gnome-keyring.enable = lib.mkForce false;
-    
+    dconf.settings = {
+      "org/virt-manager/virt-manager/connections" = {
+        autoconnect = ["qemu:///system"];
+        uris = ["qemu:///system"];
+      };
+    };
     # keepassxc, maybe?
     systemd.user.services.keepassxc = {
       Unit = {