From ed32a149b04c86763ae983ec0db6316c489b8aff Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 21 Jul 2021 13:38:44 +0200 Subject: [PATCH] Add bash and LaTeX LSP servers --- configuration.nix | 2 +- modules/software.nix | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index e472262..784a6d8 100644 --- a/configuration.nix +++ b/configuration.nix @@ -100,6 +100,7 @@ # Import other configuration modules imports = [ + ./modules/hardware-configuration.nix ./modules/software.nix ./modules/networking.nix @@ -112,7 +113,6 @@ ./modules/power.nix ./modules/cachix.nix ./overlays/emacs.nix - ]; } diff --git a/modules/software.nix b/modules/software.nix index 69c12e3..652758b 100644 --- a/modules/software.nix +++ b/modules/software.nix @@ -22,6 +22,7 @@ in { # LaTeX texlive.combined.scheme-full pandoc + lua53Packages.digestif # Text editors neovim emacs-vterm @@ -80,6 +81,7 @@ in { ## Shell shellcheck shfmt + nodePackages.bash-language-server ## Nix nixfmt niv