mirror of
https://github.com/kmein/niveum
synced 2026-03-18 02:51:08 +01:00
7 lines
56 B
Nix
7 lines
56 B
Nix
|
|
{ config, ... }:
|
||
|
|
{
|
||
|
|
imports = [
|
||
|
|
./krebs.nix
|
||
|
|
];
|
||
|
|
}
|