Added laptop configs

This commit is contained in:
2025-08-20 10:46:56 -04:00
parent b1180c5b45
commit 5e411d3f85
2 changed files with 5 additions and 0 deletions

4
modules/laptop.nix Normal file
View File

@@ -0,0 +1,4 @@
{ config, pkgs, ...}:
{
services.thermald.enable = true;
}