HM: virtualization module

This commit is contained in:
Filippo Berto 2024-03-15 15:47:41 +01:00
parent e68051e845
commit 6c0c1bfe7e
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
3 changed files with 9 additions and 6 deletions

View file

@ -0,0 +1,7 @@
{ pkgs, ... }: {
home.packages = [
pkgs.remmina
pkgs.virt-manager
pkgs.virt-viewer
];
}