laptop: add thinkpad-specific things

This commit is contained in:
Lgmrszd 2025-04-11 18:32:16 +04:00
parent b7cf5f8ac1
commit 0c56515750
No known key found for this signature in database
GPG key ID: 9396B8BA6FBB14DE
2 changed files with 6 additions and 1 deletions

View file

@ -310,6 +310,10 @@ in
#media-session.enable = true;
};
services.thinkfan = {
enable = true;
};
# Enable touchpad support (enabled default in most desktopManager).
services.libinput.enable = true;