This commit is contained in:
Miguel Palhas
2025-02-03 12:37:21 +00:00
parent 31f6d2417b
commit af98eb69fb
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -4,6 +4,7 @@
./zsh.nix ./zsh.nix
./neovim ./neovim
./rust.nix ./rust.nix
./nodejs.nix
./git ./git
./solidity.nix ./solidity.nix
./dev.nix ./dev.nix
+3 -2
View File
@@ -1,5 +1,6 @@
{pkgs,...}:{ { pkgs, ... }:
{
home.packages = with pkgs; [ home.packages = with pkgs; [
typescript-language-server typescript-language-server
}; ];
} }