nichts/parts/templates/default.nix

9 lines
140 B
Nix
Raw Normal View History

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