move dconf settings to nixos config
This commit is contained in:
parent
3333ed62b6
commit
22ce1c07ab
2 changed files with 111 additions and 19 deletions
|
@ -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"];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue