nixos: profiles: laptop: fix renamed option
This commit is contained in:
parent
df79f36c87
commit
8d2cf7f2c0
|
@ -9,7 +9,7 @@ in
|
|||
|
||||
config = lib.mkIf cfg.enable {
|
||||
# Enable touchpad support
|
||||
services.xserver.libinput.enable = true;
|
||||
services.libinput.enable = true;
|
||||
|
||||
# Enable TLP power management
|
||||
my.services.tlp.enable = true;
|
||||
|
|
Loading…
Reference in a new issue