fix dconf settings
This commit is contained in:
parent
22ce1c07ab
commit
5195a147fd
1 changed files with 97 additions and 93 deletions
|
@ -78,7 +78,9 @@ with lib; {
|
||||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||||
|
|
||||||
# dconf settings.
|
# dconf settings.
|
||||||
programs.dconf.profiles.user.databases = {
|
programs.dconf.profiles.user.databases = [
|
||||||
|
{
|
||||||
|
settings = {
|
||||||
# virt-manager autoconnect.
|
# virt-manager autoconnect.
|
||||||
"org/virt-manager/virt-manager/connections" = {
|
"org/virt-manager/virt-manager/connections" = {
|
||||||
autoconnect = ["qemu:///system"];
|
autoconnect = ["qemu:///system"];
|
||||||
|
@ -185,6 +187,8 @@ with lib; {
|
||||||
folder-order-position = "start";
|
folder-order-position = "start";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
# Virtualisation.
|
# Virtualisation.
|
||||||
programs.virt-manager.enable = true;
|
programs.virt-manager.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue