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
./neovim
./rust.nix
./nodejs.nix
./git
./solidity.nix
./dev.nix
+3 -2
View File
@@ -1,5 +1,6 @@
{pkgs,...}:{
{ pkgs, ... }:
{
home.packages = with pkgs; [
typescript-language-server
};
];
}