11 lines
141 B
Nix
11 lines
141 B
Nix
{
|
|
imports = [
|
|
./wsl.nix
|
|
./hardware.nix
|
|
./fonts.nix
|
|
];
|
|
|
|
networking.hostName = "kidney";
|
|
|
|
system.stateVersion = "24.05";
|
|
}
|