Put in earplugs
This commit is contained in:
parent
e88fee8178
commit
92f3da225c
2 changed files with 9 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue