move dconf settings to nixos config

This commit is contained in:
Fern Garden 2025-08-10 22:03:58 +08:00
parent 3333ed62b6
commit 22ce1c07ab
2 changed files with 111 additions and 19 deletions

View file

@ -1,4 +1,4 @@
{
{pkgs, ...}: {
imports = [../home.nix];
# Ghostty settings.
@ -16,12 +16,4 @@
profiles.default = {};
profiles.default.settings."identity.sync.tokenserver.uri" = "https://fxsync.fern.garden/1.0/sync/1.5";
};
# virt-manager - autoconnect to qemu.
dconf.settings = {
"org/virt-manager/virt-manager/connections" = {
autoconnect = ["qemu:///system"];
uris = ["qemu:///system"];
};
};
}