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