nixnew/systems/msi/default.nix

12 lines
194 B
Nix
Raw Normal View History

2023-07-27 08:17:17 +00:00
{ pkgs, ... }: {
imports = [
./hardware.nix
./mullvad.nix
./hyprland
];
system.stateVersion = "23.11";
networking.hostName = "msi";
time.timeZone = "America/Vancouver";
}