flake: Added description to basicShell template

This commit is contained in:
Giulio De Pasquale 2023-02-19 06:26:38 +01:00
parent b82e97466a
commit 9adb3e051f

View File

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