Skip to content

Commit

Permalink
chore(nix): update flake
Browse files Browse the repository at this point in the history
  • Loading branch information
sbulav committed Feb 19, 2024
1 parent 690803e commit eacf17c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions nix/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions nix/modules/nixos/system/xkb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ in {

config = mkIf cfg.enable {
console.useXkbConfig = true;
services.xserver = {
services.xserver.xkb = {
layout = "dh,ru";
# xkbOptions = "grp:shift_caps_toggle,grp_led:caps,terminate:ctrl_alt_bksp";
xkbOptions = "terminate:ctrl_alt_bksp";
options = "terminate:ctrl_alt_bksp";
extraLayouts.dh = {
description = "Colemak-DH ergo";
languages = ["eng"];
Expand Down

0 comments on commit eacf17c

Please sign in to comment.