mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2026-05-07 09:26:25 +00:00
7 lines
79 B
Nix
7 lines
79 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
services.xserver = {
|
|
xkb.layout = "us";
|
|
};
|
|
}
|