bugs
This commit is contained in:
parent
eb46317121
commit
08f6189869
6 changed files with 23 additions and 27 deletions
|
@ -1,6 +1,6 @@
|
|||
{ options , config , lib , ... }:
|
||||
{ options, config, lib, ... }:
|
||||
with lib;
|
||||
with lib.wyrdgard;
|
||||
with lib.wyrdgard;
|
||||
let
|
||||
cfg = config.wyrdgard.system.xkb;
|
||||
in
|
||||
|
@ -13,7 +13,7 @@ in
|
|||
console.useXkbConfig = true;
|
||||
services.xserver = {
|
||||
xkb.layout = "us";
|
||||
variant = "";
|
||||
xkb.variant = "";
|
||||
xkbOptions = "caps:escape";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue