From 92f3da225cc107f0fad0efc7895c4361d4fb39da Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Thu, 1 Feb 2024 09:08:20 +0100 Subject: [PATCH] Put in earplugs --- config/framework13-system.org | 6 +++++- config/framework13-system.scm | 6 ++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/config/framework13-system.org b/config/framework13-system.org index da812a9..3a73de4 100644 --- a/config/framework13-system.org +++ b/config/framework13-system.org @@ -85,6 +85,10 @@ The =operating-system= declaration (timezone "Europe/Amsterdam") #+end_src +#+BEGIN_SRC scheme :session + (hosts-file (local-file "hosts.conf")) +#+END_SRC + ** keyboard layout Layout is qwerty, CAPS_LOCK is CTRL, Ctrl-Fn-Meta-super to left of SPACE. The =keyboard-layout= declared here can be used for boot, console and Xorg @@ -109,7 +113,7 @@ Kernel & driver details #+begin_src scheme ;; (kernel linux-fw13) (kernel linux-6.7) - (kernel-arguments '("modprobe.blacklist=hid_sensor_hub")) + ;; (kernel-arguments '("modprobe.blacklist=hid_sensor_hub")) #+end_src …and required firmware (should be possible to reduce to specifics) diff --git a/config/framework13-system.scm b/config/framework13-system.scm index 1a38b65..edbd0df 100644 --- a/config/framework13-system.scm +++ b/config/framework13-system.scm @@ -1,6 +1,6 @@ ;; -*- mode: scheme; coding: utf-8; -*- ;; -;; tangled from framework13-system.org on 2024-01-31 11:19:45+01:00) +;; tangled from framework13-system.org on 2024-02-01 09:06:53+01:00) (use-modules (gnu) (gnu packages) @@ -42,6 +42,8 @@ (locale "en_GB.utf8") (timezone "Europe/Amsterdam") + (hosts-file (local-file "hosts.conf")) + (keyboard-layout (keyboard-layout "us" "altgr-intl" #:options '("ctrl:nocaps" @@ -49,7 +51,7 @@ ;; (kernel linux-fw13) (kernel linux-6.7) - (kernel-arguments '("modprobe.blacklist=hid_sensor_hub")) + ;; (kernel-arguments '("modprobe.blacklist=hid_sensor_hub")) (firmware (list linux-firmware)) ;; (firmware (list amdgpu-firmware