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

@ -85,6 +85,7 @@
grim
slurp
wl-clipboard
udiskie
];
# Some programs need SUID wrappers, can be configured further or are
@ -97,6 +98,7 @@
services.udisks2.enable = true ;
security.pam.services.swaylock = {};
# List services that you want to enable:

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" ];
}