nixnew/systems/lenovo/default.nix

7 lines
157 B
Nix
Executable File

{ pkgs, ... }: {
imports = [ ./hardware.nix ];
system.stateVersion = "23.11";
networking.hostName = "lenovo";
time.timeZone = "America/Vancouver";
}