stockholm/krebs/default.nix

9 lines
101 B
Nix

{ config, lib, pkgs, ... }:
with config.krebs.lib;
{
imports = [
./3modules
./5pkgs
];
}