nichts/parts/templates/default.nix

8 lines
132 B
Nix

_: {
flake.templates = {
qs = {
path = ./quickshell;
description = "QuickShell developement flake";
};
};
}