This commit is contained in:
Don Harper 2024-03-28 21:44:34 -05:00
parent 38a650124c
commit 4408041a10

View file

@ -1,5 +1,5 @@
{ pkgs, inputs, ... }:
{
virtualisation.libvirtd.enable = true;
home.packages = with pkgs; [ gnome.gnome-boxes ];
environment.systemPackages = with pkgs; [ gnome.gnome-boxes ];
}