flake: Added description to basicShell template
This commit is contained in:
parent
b82e97466a
commit
9adb3e051f
@ -96,8 +96,10 @@
|
|||||||
|
|
||||||
defaultTemplate = self.templates.basicShell;
|
defaultTemplate = self.templates.basicShell;
|
||||||
templates = {
|
templates = {
|
||||||
basicShell.path = ./templates/basicShell;
|
basicShell = {
|
||||||
description = "A barebone shell with custom defined packages";
|
path = ./templates/basicShell;
|
||||||
|
description = "A barebone shell with custom defined packages";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user