Skip to content

Commit

Permalink
doc/installation/nix: Tell users to add the right groups
Browse files Browse the repository at this point in the history
  • Loading branch information
slotThe committed Jun 7, 2024
1 parent 9affc9f commit 235b426
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,14 @@ services.kmonad = {
to your `configuration.nix`.
For more configuration options, see [nixos-module.nix](../nix/nixos-module.nix).

If you just enable the service and don't specify a keyboard, you may have to add

``` nix
users.users.«userName».extraGroups = [ "input" "uinput" ];
```

to your configuration.

If you've set `enable = true;` in `services.kmonad`,
do not put a `setxkbmap` line in your `config.kbd`.
Instead, set the options like this:
Expand Down

0 comments on commit 235b426

Please sign in to comment.