diff --git a/flake.nix b/flake.nix index 232f226..0708d8d 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,11 @@ { description = "Bennos Private Hugo Page"; - nixConfig.bash-prompt = "\[gohugo\]$ "; + nixConfig = { + bash-prompt = "\[gohugo\]$ "; + + # Enable submodules + fetchSubmodules = true; + }; inputs = { nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";