home-manager | add Gnome Boxes

This commit is contained in:
Don Harper 2023-07-25 23:13:09 -05:00
parent 251883f559
commit b2f5a0f902
2 changed files with 8 additions and 0 deletions

7
home/boxes.nix Normal file
View file

@ -0,0 +1,7 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
gnome.gnome-boxes
libvirt
qemu
];
}

View file

@ -6,6 +6,7 @@
./kitty.nix
./mpv.nix
./fuzzel.nix
./boxes.nix
];
home.packages = with pkgs; [
#sublime-music