10 lines
103 B
Nix
10 lines
103 B
Nix
{ ... }: {
|
|
imports = [
|
|
../config.nix
|
|
];
|
|
|
|
config = {
|
|
valhalla.boot.label = "Arch";
|
|
};
|
|
}
|