2024-05-10 00:47:54 +02:00
|
|
|
{
|
|
|
|
config,
|
|
|
|
pkgs,
|
|
|
|
lib,
|
|
|
|
...
|
|
|
|
}: {
|
|
|
|
#note: needs to have something that autostarts desktop files.
|
|
|
|
services.spice-vdagentd.enable = true;
|
2024-05-15 20:22:50 +02:00
|
|
|
services.spice-autorandr.enable = true;
|
2024-05-10 00:47:54 +02:00
|
|
|
imports = [
|
|
|
|
./vm.nix
|
|
|
|
];
|
|
|
|
host.gui.enable = true;
|
|
|
|
}
|