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 = { flake.templates = {
quickshell = { # somelang = {
path = ./quickshell; # path = ./somelang;
description = "QuickShell developement flake"; # description = "QuickShell developement flake";
}; # };
}; };
} }