7 lines
104 B
Nix
7 lines
104 B
Nix
{ ... }: {
|
|
imports = [
|
|
../../users/manuel/config.nix
|
|
../../../lib/modules/valhalla.nix
|
|
];
|
|
}
|