final changes before big refactor...

This commit is contained in:
2026-02-07 19:06:03 +00:00
parent 5911da7f99
commit 7d793c45dc
5 changed files with 14 additions and 16 deletions

View File

@@ -16,7 +16,7 @@ in
inputs.nixvim.homeModules.nixvim
./plugins
];
config.home.packages = with pkgs; [
extraPackages = with pkgs; [
# formatters
nixfmt
rustfmt
@@ -57,9 +57,6 @@ in
nixd = {
enable = true;
};
astro = {
enable = true;
};
ts_ls = {
enable = true;
};