From b44084028f1b3573b792c5add4596423878ac037 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Sun, 19 Feb 2023 02:41:37 +0100 Subject: [PATCH] flake: Added description to basicShell template --- flake.nix | 1 + 1 file changed, 1 insertion(+) 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"; }; }; }