nix-config/machines/thinkpad/default.nix

15 lines
240 B
Nix

{
imports = [
./keyboard
./hardware
../../modules/base
../../modules/nixos
];
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
system.stateVersion = "25.05";
}