flake: Added description to basicShell template

This commit is contained in:
Giulio De Pasquale 2023-02-19 02:41:37 +01:00
parent 9827b88f34
commit b44084028f

View File

@ -97,6 +97,7 @@
defaultTemplate = self.templates.basicShell;
templates = {
basicShell.path = ./templates/basicShell;
description = "A barebone shell with custom defined packages";
};
};
}