nixnew/systems/msi/default.nix
2025-01-05 23:17:47 -08:00

12 lines
219 B
Nix

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