nichts/parts/templates/default.nix

8 lines
140 B
Nix

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