diff --git a/hosts/main-laptop/configuration.nix b/hosts/main-laptop/configuration.nix index 699c44f..7e65712 100644 --- a/hosts/main-laptop/configuration.nix +++ b/hosts/main-laptop/configuration.nix @@ -12,6 +12,11 @@ programs.virt-manager.enable = true; programs.dconf.enable = true; + services.kmscon = { + enable = true; + hwRender = true; + }; + systemd.services.NetworkManager-wait-online.enable = false; virtualisation.virtualbox.host.enable = true;