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 {
|
config = lib.mkIf cfg.enable {
|
||||||
# Enable touchpad support
|
# Enable touchpad support
|
||||||
services.xserver.libinput.enable = true;
|
services.libinput.enable = true;
|
||||||
|
|
||||||
# Enable TLP power management
|
# Enable TLP power management
|
||||||
my.services.tlp.enable = true;
|
my.services.tlp.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue