apparently spice-autorandr was also needed.

This commit is contained in:
Gabe Venberg 2024-05-14 17:27:00 -05:00
parent c5faa74fd9
commit 13a813a32a

View file

@ -6,6 +6,7 @@
}: { }: {
#note: needs to have something that autostarts desktop files. #note: needs to have something that autostarts desktop files.
services.spice-vdagentd.enable = true; services.spice-vdagentd.enable = true;
services.spice-autorandr.enable=true;
imports = [ imports = [
./vm.nix ./vm.nix
]; ];