feat: installed gnome-boxes for eve

This commit is contained in:
Eve 2025-11-27 16:07:04 -06:00
parent 0a8b3e1496
commit b45d08e30d

View file

@ -109,6 +109,7 @@
# See https://search.nixos.org/packages for all options # See https://search.nixos.org/packages for all options
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
wget wget
gnome-boxes
]; ];
# Packages that need to be installed with some extra configuration # Packages that need to be installed with some extra configuration