nixpkgs/nixos/modules/services/x11
Artturin d470944859 nixos/x11: create xkb option by default
without this
```
nix-repl> nixosTests.xfce.nodes.machine.services.xserver.xkb
error: The option 'nodes.machine.services.xserver.xkb' is used but not defined.
```

with this
```
nix-repl> nixosTests.xfce.nodes.machine.services.xserver.xkb
{ dir = "/nix/store/096yg7fc67py86w0bm6g7a32npgyh5ic-xkeyboard-config-2.39/etc/X11/xkb"; layout = "us"; model = "pc104"; options = "terminate:ctrl_alt_bksp"; variant = ""; }
```
2023-10-13 01:16:14 +03:00
..
desktop-managers Merge pull request #259891 from l0b0/refactor/xkb-attrset 2023-10-12 08:43:28 +03:00
display-managers nixos/x11: refactor XKB options into a single attrset 2023-10-11 09:46:37 +03:00
hardware nixos/libinput: only enable when X11 is enabled 2023-05-18 13:58:18 +03:00
window-managers oroborus: remove 2023-09-11 01:56:45 +00:00
clight.nix treewide: use mkEnableOption in nixos modules 2022-11-10 09:30:00 +01:00
colord.nix nixos/*: automatically convert option descriptions 2022-08-31 16:32:53 +02:00
extra-layouts.nix nixos/x11: refactor XKB options into a single attrset 2023-10-11 09:46:37 +03:00
fractalart.nix treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
gdk-pixbuf.nix nixos/gdk-pixbuf: move GDK_PIXBUF_MODULE_FILE to sessionVariables 2023-03-18 20:19:01 +01:00
imwheel.nix nixos: fix typos 2022-12-17 19:31:14 -05:00
picom.nix nixos/picom: use lib.getExe 2023-08-14 11:19:41 +03:00
redshift.nix treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
terminal-server.nix
touchegg.nix nixos/*: automatically convert option descriptions 2022-08-31 16:32:53 +02:00
unclutter-xfixes.nix treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
unclutter.nix treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
urserver.nix nixos/*: automatically convert option descriptions 2022-08-31 16:32:53 +02:00
urxvtd.nix treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
xautolock.nix nixos: fix typos 2022-12-17 19:31:14 -05:00
xbanish.nix nixos/*: automatically convert option descriptions 2022-08-31 16:32:53 +02:00
xfs.conf
xfs.nix treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
xserver.nix nixos/x11: create xkb option by default 2023-10-13 01:16:14 +03:00