1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 20:31:07 +01:00

move krebs packages to different config

This commit is contained in:
Kierán Meinhardt
2019-08-05 09:38:59 +02:00
parent 91ed5bd0a5
commit bb6a782039
3 changed files with 25 additions and 16 deletions

View File

@@ -0,0 +1,6 @@
{ config, ... }:
{
imports = [
./krebs.nix
];
}