nichts/parts/templates/default.nix

9 lines
132 B
Nix
Raw Normal View History

2024-08-22 20:20:23 +02:00
_: {
flake.templates = {
qs = {
path = ./quickshell;
description = "QuickShell developement flake";
};
};
}