non important commit

This commit is contained in:
maxstrb 2026-01-27 11:03:38 +01:00
parent 28abb9cb14
commit b729cfefd2
3 changed files with 22 additions and 49 deletions

View file

@ -6,8 +6,9 @@
blueprints = ./project-blueprints;
in {
home.packages = [
pkgs.tea
(pkgs.writeScriptBin "create-project" ''
#!${pkgs.nushell}/bin/nu
#!${lib.getExe pkgs.nushell}
def main [
type?: string

View file

@ -70,6 +70,7 @@
css.enable = true;
html = {
enable = true;
format.enable = true;
lsp.servers = [
"emmet-ls"
"superhtml"