diff options
author | nin <nineinchnade@gmail.com> | 2017-01-12 22:21:21 +0100 |
---|---|---|
committer | nin <nineinchnade@gmail.com> | 2017-01-12 22:21:21 +0100 |
commit | b651b2ba6bd814fb81147519d3e910ebc08a05ff (patch) | |
tree | b5d9f365198ca6f4df7c834045197afaedf69b3c /nin/default.nix | |
parent | df07324e4c096c13900bfab57e3c62e1b18e39ac (diff) |
nin: init
Diffstat (limited to 'nin/default.nix')
-rw-r--r-- | nin/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nin/default.nix b/nin/default.nix new file mode 100644 index 0000000..c31d6d9 --- /dev/null +++ b/nin/default.nix @@ -0,0 +1,7 @@ +_: +{ + imports = [ + ../krebs + ./2configs + ]; +} |