diff options
author | Thanos Apollo <[email protected]> | 2022-12-06 08:22:12 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2022-12-06 08:22:12 +0200 |
commit | 7ca8d11c98823ad246b6a2e191676c01ef479c01 (patch) | |
tree | 0e2b8bccea993b1ca4e6a7f15c3db139c12ddd87 /.config/guix/system.scm | |
parent | 7ad6814d9195493a00ddd993c624d04e32a02f03 (diff) |
Change grp
Diffstat (limited to '.config/guix/system.scm')
-rw-r--r-- | .config/guix/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/guix/system.scm b/.config/guix/system.scm index 0ab2ad3..d9e4c68 100644 --- a/.config/guix/system.scm +++ b/.config/guix/system.scm @@ -19,7 +19,7 @@ (timezone "Europe/Athens") (keyboard-layout (keyboard-layout "us,gr" #:options - '("grp:alt_shift_toggle" + '("grp:alt_tab_toggle" "ctrl:nocaps"))) (host-name "evilgnu") |