refactoring

This commit is contained in:
Matt Nish-Lapidus 2025-03-21 22:51:04 -04:00
parent 69400c1aa3
commit 88fe4f636b
3 changed files with 31 additions and 48 deletions

View file

@ -1,4 +1,4 @@
{ nix-config, pkgs, ... }:
{ pkgs-stable, pkgs, ... }:
{
home.packages = with pkgs; [
@ -47,7 +47,7 @@
ccls
vscode-langservers-extracted
java-language-server
nix-config.pkgs-stable.javascript-typescript-langserver
pkgs-stable.javascript-typescript-langserver
haskell-language-server
cmake-language-server
stylelint-lsp