mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 23:26:23 +01:00
6 lines
46 B
Nix
6 lines
46 B
Nix
|
{...}: {
|
||
|
imports = [
|
||
|
./input.nix
|
||
|
];
|
||
|
}
|