non important commit
This commit is contained in:
parent
28abb9cb14
commit
b729cfefd2
3 changed files with 22 additions and 49 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -70,6 +70,7 @@
|
|||
css.enable = true;
|
||||
html = {
|
||||
enable = true;
|
||||
format.enable = true;
|
||||
lsp.servers = [
|
||||
"emmet-ls"
|
||||
"superhtml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue