mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 03:19:42 +01:00
common/pc: only enable xf86-input-libinput when X is enabled
This commit is contained in:
parent
805adee81c
commit
f9a55f8d23
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@
|
||||||
"ath3k"
|
"ath3k"
|
||||||
];
|
];
|
||||||
|
|
||||||
services.xserver.libinput.enable = lib.mkDefault true;
|
services.xserver.libinput.enable = lib.mkDefault config.services.xserver.enable;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue