tweak!: switch Nix LSP from nil to nixd

This commit is contained in:
Kiana Sheibani 2024-07-26 05:50:45 -04:00
parent 9bc7be3365
commit 2c1db60481

View file

@ -39,7 +39,7 @@
pandoc
texlive.combined.scheme-full
aspell'
nil
nixd
gnuplot
graphviz
@ -51,7 +51,7 @@
programs.fish.enable = true;
programs.sway.enable = true;
programs.sway.extraPackages = [];
programs.sway.extraPackages = lib.mkForce [];
services.emacs.enable = true;
services.emacs.package = with pkgs;