diff options
author | Marc Coquand <marc@mccd.space> | 2024-11-01 13:59:51 +0200 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-11-01 13:59:51 +0200 |
commit | 4ef0411cf14c2cbffa60032b7fe71c046400dd3e (patch) | |
tree | 3bf3f7be20b9e240c900666b819cdb037d0d40a1 /os | |
parent | 53daa6ec446840511e78d2d78ce1b88470cc8541 (diff) | |
download | guix-4ef0411cf14c2cbffa60032b7fe71c046400dd3e.tar.gz guix-4ef0411cf14c2cbffa60032b7fe71c046400dd3e.tar.bz2 guix-4ef0411cf14c2cbffa60032b7fe71c046400dd3e.zip |
.
Diffstat (limited to 'os')
-rw-r--r-- | os/config.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/config.scm b/os/config.scm index 232afd2..78d7d73 100644 --- a/os/config.scm +++ b/os/config.scm @@ -28,7 +28,7 @@ (firmware (list linux-firmware)) (locale "en_US.utf8") (timezone "Asia/Nicosia") - (keyboard-layout (keyboard-layout "us" "colemak" #:options '("ctrl:swapescape"))) + (keyboard-layout (keyboard-layout "us" "colemak" #:options '("ctrl:nocaps"))) (host-name "guix") ;; The list of user accounts ('root' is implicit). |