mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Separate hm from os config
This commit is contained in:
parent
0630cf387c
commit
78d8069a88
6 changed files with 30 additions and 24 deletions
|
|
@ -12,14 +12,5 @@
|
|||
programs.virt-manager.enable = true;
|
||||
|
||||
environment.systemPackages = [ pkgs.quickemu ];
|
||||
|
||||
home-manager.sharedModules = [
|
||||
{
|
||||
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