nixos: profiles: laptop: fix renamed option

This commit is contained in:
Bruno BELANYI 2024-05-04 16:06:24 +02:00
parent df79f36c87
commit 8d2cf7f2c0

View file

@ -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;