further improvements
This commit is contained in:
parent
88f574eb38
commit
588f60129f
7 changed files with 41 additions and 31 deletions
|
@ -1,10 +1,7 @@
|
|||
{ options
|
||||
, config
|
||||
, lib
|
||||
, ...
|
||||
}:
|
||||
{ options , config , lib , ... }:
|
||||
with lib;
|
||||
with lib.wyrdgard; let
|
||||
with lib.wyrdgard;
|
||||
let
|
||||
cfg = config.wyrdgard.system.xkb;
|
||||
in
|
||||
{
|
||||
|
@ -16,6 +13,7 @@ in
|
|||
console.useXkbConfig = true;
|
||||
services.xserver = {
|
||||
xkb.layout = "us";
|
||||
variant = "";
|
||||
xkbOptions = "caps:escape";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue