nixos-config/hosts/kidney/default.nix
2024-10-22 11:51:40 +02:00

11 lines
141 B
Nix

{
imports = [
./wsl.nix
./hardware.nix
./fonts.nix
];
networking.hostName = "kidney";
system.stateVersion = "24.05";
}