9 lines
138 B
Nix
9 lines
138 B
Nix
{ pkgs, ... }: {
|
|
imports = [
|
|
./bootloader.nix
|
|
./environment.nix
|
|
./hardware_config.nix
|
|
./locale.nix
|
|
./nix.nix
|
|
];
|
|
}
|