consolidating desktop and thinkpad config

This commit is contained in:
2026-08-04 20:03:09 -06:00
parent 3adbb09410
commit 5210eb3b08
10 changed files with 89 additions and 42 deletions
+15
View File
@@ -0,0 +1,15 @@
{ config, pkgs, ... }:
{
imports = [
./hardware.nix
../../system
../../system/security/thinkpad.nix
];
networking.hostName = "lavender";
services.power-profiles-daemon.enable = false;
system.stateVersion = "26.05";
}