summaryrefslogtreecommitdiff
path: root/hosts/kansai/default.nix
blob: b1863e6a3706c78e507e1f57330cc3a6c437e55e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ self, ... }:
{
  imports = [
    ./hardware-configuration.nix
    "${self}/modules/core"
    "${self}/modules/desktop"
    "${self}/modules/options"
  ];

  networking.hostName = "kansai";
  system.stateVersion = "24.05";
}