wip
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
./zsh.nix
|
||||
./neovim
|
||||
./rust.nix
|
||||
./nodejs.nix
|
||||
./git
|
||||
./solidity.nix
|
||||
./dev.nix
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{pkgs,...}:{
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
typescript-language-server
|
||||
};
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user