summaryrefslogtreecommitdiff
path: root/hosts/kansai/default.nix
blob: e1789f651628c95cdd3e50bdd48982a0c3fd030c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  imports = [
    ./hardware-configuration.nix
    ../../modules
    ../../modules/desktop
  ];

  # See `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion.
  system.stateVersion = "24.05";
}