diff --git a/flake.nix b/flake.nix index 6c0c732..3fec57c 100644 --- a/flake.nix +++ b/flake.nix @@ -96,8 +96,10 @@ defaultTemplate = self.templates.basicShell; templates = { - basicShell.path = ./templates/basicShell; - description = "A barebone shell with custom defined packages"; + basicShell = { + path = ./templates/basicShell; + description = "A barebone shell with custom defined packages"; + }; }; }; }