Compare commits

..

No commits in common. "6ac5605f8b29e8fd3b9769bc92a7f9ed5a78fc0c" and "bdfc9707433fe46f97b3094119b8e2064ca4db7b" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@ _: {
programs = { programs = {
yazi = { yazi = {
enable = true; enable = true;
enableZshIntegration = true;
}; };
}; };
} }

View File

@ -20,7 +20,7 @@
sqls.enable = true; sqls.enable = true;
tailwindcss.enable = true; tailwindcss.enable = true;
templ.enable = true; templ.enable = true;
ts-ls.enable = true; tsserver.enable = true;
yamlls.enable = true; yamlls.enable = true;
}; };
} }