From 62b0a179be776b153634971f427e71a410e0df40 Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:28:21 +0100 Subject: [PATCH] main-laptop: enable kmscon --- hosts/main-laptop/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) 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;