nix-config/modules/graphical/xserver.nix

7 lines
79 B
Nix

{ config, pkgs, ... }:
{
services.xserver = {
xkb.layout = "us";
};
}