diff --git a/flake.nix b/flake.nix index 52f0054..6c0c732 100644 --- a/flake.nix +++ b/flake.nix @@ -97,6 +97,7 @@ defaultTemplate = self.templates.basicShell; templates = { basicShell.path = ./templates/basicShell; + description = "A barebone shell with custom defined packages"; }; }; }