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

View File

@@ -10,6 +10,7 @@
./hardware-configuration.nix
./modules/shares.nix
./modules/sops.nix
./modules/laptop.nix
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Bootloader.

4
modules/laptop.nix Normal file
View File

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