nixpkgs/nixos/modules
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
..
config Merge pull request #259891 from l0b0/refactor/xkb-attrset 2023-10-12 08:43:28 +03:00
hardware Merge pull request #251898 from ktrinh-anduril/ktrinh/improve-devicetree-infra 2023-10-07 00:55:35 +02:00
i18n/input-method
image
installer nixos/x11: refactor XKB options into a single attrset 2023-10-11 09:46:37 +03:00
misc nixos/locate: rename option locate -> package 2023-10-08 10:09:12 +02:00
profiles systemd-stage-1: Default to full systemd build. 2023-10-04 04:21:35 -04:00
programs Merge pull request #260618 from Aleksanaa/nixos/bandwhich 2023-10-12 10:18:46 -04:00
security nixos/modules/security/wrappers: drop dead code 2023-10-11 08:49:32 +00:00
services nixos/x11: create xkb option by default 2023-10-13 01:16:14 +03:00
system systemd-boot-builder: add missing fsync in atomic writes 2023-10-10 14:49:51 +02:00
tasks Merge pull request #258677 from Majiir/fix-networkd-search-domains 2023-10-07 08:43:49 +02:00
testing
virtualisation Merge pull request #259240 from haenoe/oci-containers-labels-option 2023-10-09 18:52:20 +02:00
module-list.nix nixos/gnu: remove 2023-10-11 23:43:45 -03:00
rename.nix