diff options
author | bd <bdunahu@operationnull.com> | 2025-03-18 22:13:44 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-03-18 22:13:44 -0400 |
commit | ca954940d92aedf315c8aad618eb0e45fa0a38c2 (patch) | |
tree | 3172a6f0a7b9184cbc83e311dd6fb4022f669a0d /.config | |
parent | caa598b5c3d467ea0bb85bcd26858aa94b7c096d (diff) |
Try to the workman layout (help)
Diffstat (limited to '.config')
-rw-r--r-- | .config/guix/modules/ymir.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/guix/modules/ymir.scm b/.config/guix/modules/ymir.scm index 32f2aa3..e416e82 100644 --- a/.config/guix/modules/ymir.scm +++ b/.config/guix/modules/ymir.scm @@ -36,6 +36,7 @@ "America/Denver")) (keyboard-layout (keyboard-layout "us" + ;; #:variant '("workman") #:options '("ctrl:hyper_capscontrol"))) (kernel-arguments (delete "quiet" |