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

14 lines
192 B
Nix

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