feat: declare dconf virt-manager config
This commit is contained in:
parent
4b5c27d75d
commit
1d1f90e25a
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,13 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
dconf.settings = {
|
||||
"org/virt-manager/virt-manager/connections" = {
|
||||
autoconnect = ["qemu:///system"];
|
||||
uris = ["qemu:///system"];
|
||||
};
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
||||
btop.enable = true;
|
||||
|
|
Loading…
Reference in a new issue