main-laptop: enable kmscon

This commit is contained in:
Veneficium 2024-12-23 12:28:21 +01:00
parent bb2ef62d77
commit 62b0a179be

View file

@ -12,6 +12,11 @@
programs.virt-manager.enable = true; programs.virt-manager.enable = true;
programs.dconf.enable = true; programs.dconf.enable = true;
services.kmscon = {
enable = true;
hwRender = true;
};
systemd.services.NetworkManager-wait-online.enable = false; systemd.services.NetworkManager-wait-online.enable = false;
virtualisation.virtualbox.host.enable = true; virtualisation.virtualbox.host.enable = true;