Change to libvirtd for virtual machines
This commit is contained in:
parent
8211765df4
commit
a12e401ed9
2 changed files with 13 additions and 2 deletions
|
@ -10,6 +10,12 @@
|
|||
./sway.nix
|
||||
./qt.nix
|
||||
];
|
||||
dconf.settings = {
|
||||
"org/virt-manager/virt-manager/connections" = {
|
||||
autoconnect = [ "qemu:///system" ];
|
||||
uris = [ "qemu:///system" ];
|
||||
};
|
||||
};
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
gimp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue