more style & comfort update

This commit is contained in:
chloe 2025-01-25 20:37:37 +01:00
parent 5da82a8e80
commit a2bfea4c99
6 changed files with 16 additions and 15 deletions

View file

@ -1,9 +1,12 @@
{pkgs, config, ...}: {
environment.systemPackages = with pkgs; [
spice-gtk
quickemu
qemu
];
virtualisation.spiceUSBRedirection.enable = true;
systemd.tmpfiles.rules = [ "L+ /var/lib/qemu/firmware - - - - ${pkgs.qemu}/share/qemu/firmware" ];
}