legacy/kvm: move virtmanager to it

This commit is contained in:
Felix Buehler 2023-01-22 17:24:57 +01:00
parent 9cbe9c978c
commit fdd07fc40f
2 changed files with 4 additions and 1 deletions

View file

@ -56,7 +56,6 @@
sshuttle sshuttle
tdesktop tdesktop
thunderbird thunderbird
virtmanager
vlc vlc
wayvnc wayvnc
xdg-utils xdg-utils

View file

@ -6,4 +6,8 @@
"kvm-intel" "kvm-intel"
]; ];
virtualisation.libvirtd.enable = true; virtualisation.libvirtd.enable = true;
environment.systemPackages = with pkgs; [
virtmanager
];
} }