nixnew/systems/lenovo/default.nix
2025-07-24 19:20:46 -07:00

9 lines
178 B
Nix
Executable file

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