nixnew/systems/lenovo/default.nix

11 lines
196 B
Nix
Raw Normal View History

2023-06-21 10:52:24 +00:00
{ pkgs, ... }: {
2023-06-28 08:39:01 +00:00
imports = [
./hardware.nix
./mullvad.nix
2023-07-27 05:27:13 +00:00
./hyprland
2023-06-28 08:39:01 +00:00
];
2023-06-21 10:52:24 +00:00
system.stateVersion = "23.11";
networking.hostName = "lenovo";
2023-06-28 08:33:59 +00:00
time.timeZone = "America/Vancouver";
2023-06-21 10:52:24 +00:00
}