Files
.dotfiles/hosts/thinkpad/default.nix
T

14 lines
192 B
Nix

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