mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
d470944859
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 = ""; } ``` |
||
---|---|---|
.. | ||
config | ||
hardware | ||
i18n/input-method | ||
image | ||
installer | ||
misc | ||
profiles | ||
programs | ||
security | ||
services | ||
system | ||
tasks | ||
testing | ||
virtualisation | ||
module-list.nix | ||
rename.nix |