desktop: specify keyboard layout/options

This commit is contained in:
Jez Cope 2022-07-06 17:18:46 +01:00
parent ae23d3474c
commit 9bf5db01a3
1 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,12 @@
with lib;
{
home.keyboard = {
layout = "us";
options = [ "ctrl:nocaps" "compose:ralt" ];
};
xsession.enable = true;
home.packages = with pkgs;
let