diff --git a/git.nix b/git.nix new file mode 100644 index 0000000..15bd753 --- /dev/null +++ b/git.nix @@ -0,0 +1,8 @@ +{ config, pkgs, ... }: + +{ + imports = [ + ./common.nix + ./hosts/${config.networking.hostName}.nix + ]; +}