mirror of
https://github.com/Superredstone/nixos.git
synced 2026-03-08 04:38:06 +01:00
Moved DE config to the generic folder
This commit is contained in:
8
modules/nix-config/keyboard.nix
Normal file
8
modules/nix-config/keyboard.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ ... }:
|
||||
{
|
||||
# Configure keymap in X11
|
||||
services.xserver.xkb = {
|
||||
layout = "us";
|
||||
variant = "";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user