diff options
Diffstat (limited to 'nixos/modules/homelab/dev/default.nix')
| -rw-r--r-- | nixos/modules/homelab/dev/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/modules/homelab/dev/default.nix b/nixos/modules/homelab/dev/default.nix new file mode 100644 index 0000000..6add50f --- /dev/null +++ b/nixos/modules/homelab/dev/default.nix @@ -0,0 +1,5 @@ +{...}: { + imports = [ + ./git.nix + ]; +} |
