diff --git a/systems/aarch64-linux/m4nix/default.nix b/systems/aarch64-linux/m4nix/default.nix index b94d356..dcc827d 100644 --- a/systems/aarch64-linux/m4nix/default.nix +++ b/systems/aarch64-linux/m4nix/default.nix @@ -6,6 +6,9 @@ with lib.metacfg; ./hardware-configuration.nix ]; + services.spice-autorandr.enable = true; + services.spice-vdagentd.enable = true; + metacfg = { base.enable = true; gui.enable = true;