mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-11 09:17:54 +08:00
5 lines
107 B
Nix
5 lines
107 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
services.xserver.xkbOptions = "ctrl:swapcaps";
|
|
console.useXkbConfig = true;
|
|
}
|