created quickshell template

This commit is contained in:
Charlie Root 2024-08-22 20:20:23 +02:00
commit 8443084c3a
3 changed files with 47 additions and 1 deletions

View file

@ -0,0 +1,8 @@
_: {
flake.templates = {
qs = {
path = ./quickshell;
description = "QuickShell developement flake";
};
};
}