templates/default.nix: remove quickshell flake template

This commit is contained in:
Charlie Root 2024-09-30 21:51:51 +02:00
commit 58ba63a32c
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw

View file

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