Files
.dotfiles/hosts/thinkpad/default.nix
T
2026-07-31 19:02:18 -06:00

16 lines
242 B
Nix

{ config, pkgs, ... }:
{
imports = [
./hardware.nix
../../system
../../system/security/thinkpad.nix
];
networking.hostName = "nix-pad";
services.power-profiles-daemon.enable = false;
system.stateVersion = "26.05";
}