blob: 164f0d5331beecd1ba62bc1659bf5c5de14009b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
{
imports = [
./hardware-configuration.nix
../../modules/core
../../modules/desktop
../../modules/options
];
networking.hostName = "kansai";
system.stateVersion = "24.05";
}
|