diff --git a/flake.nix b/flake.nix new file mode 100644 index 0000000..85c678d --- /dev/null +++ b/flake.nix @@ -0,0 +1,7 @@ +{ + description = "Top-level flake redirecting to dot_config/flake"; + + inputs.nixpkgs.url = "github:NixOS/nixpkgs"; + + outputs = { self, nixpkgs }: import ./dot_config/flake { inherit self nixpkgs; }; +}