From 9c1de75fce5f26b6fa82eea802d349a50b1370e4 Mon Sep 17 00:00:00 2001 From: Luis Guilherme Coelho Date: Mon, 4 Nov 2024 11:18:29 -0300 Subject: [PATCH] kernel --- operating-systems/buer.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/operating-systems/buer.scm b/operating-systems/buer.scm index 2f71470..ab5947f 100644 --- a/operating-systems/buer.scm +++ b/operating-systems/buer.scm @@ -116,6 +116,7 @@ "/backgrounds/guix-silver-16-9.svg")) (gfxmode `("1280x720x32")))))) + (kernel linux-libre-6.11) (kernel-arguments (cons* "thinkpad_acpi.fan_control=1" %default-kernel-arguments))