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";
|
||||
|
||||
# dconf settings.
|
||||
programs.dconf.profiles.user.databases = {
|
||||
programs.dconf.profiles.user.databases = [
|
||||
{
|
||||
settings = {
|
||||
# virt-manager autoconnect.
|
||||
"org/virt-manager/virt-manager/connections" = {
|
||||
autoconnect = ["qemu:///system"];
|
||||
|
@ -185,6 +187,8 @@ with lib; {
|
|||
folder-order-position = "start";
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
# Virtualisation.
|
||||
programs.virt-manager.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue