14 lines
195 B
Nix
14 lines
195 B
Nix
{ ... }: {
|
|
|
|
imports = [
|
|
./hardware-configuration-laptop.nix
|
|
./configuration.nix
|
|
../modules/laptop.nix
|
|
];
|
|
|
|
networking.hostName = "kyren-laptop";
|
|
|
|
development.enable = true;
|
|
|
|
}
|