From 7a356430803e7778c799e6988b0791685da1b9f2 Mon Sep 17 00:00:00 2001 From: dim Date: Sat, 1 Mar 2025 08:12:27 +0700 Subject: [PATCH] add kmscon --- nixos/systemd-boot.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/systemd-boot.nix b/nixos/systemd-boot.nix index 35312c6..d928233 100644 --- a/nixos/systemd-boot.nix +++ b/nixos/systemd-boot.nix @@ -25,4 +25,9 @@ consoleLogLevel = 0; initrd.verbose = false; }; + + services.kmscon = { + enable = true; + hwRender = true; + }; }