From 113499d9bc4d3bd56af2ce4f01a746f60ed878ce Mon Sep 17 00:00:00 2001
From: Soispha <soispha@vhack.eu>
Date: Tue, 31 Oct 2023 17:47:46 +0100
Subject: fix(flake): Remove the pkgs from the devenv, which are already in
 nvim

---
 flake/default.nix | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

(limited to 'flake')

diff --git a/flake/default.nix b/flake/default.nix
index 26944cf8..453c8682 100644
--- a/flake/default.nix
+++ b/flake/default.nix
@@ -122,8 +122,6 @@ in {
       packages = with pkgs; [
         # secure boot
         sbctl
-        # spell-ls
-        ltex-ls
 
         # other
         cocogitto
@@ -131,22 +129,13 @@ in {
 
         # nix
         alejandra
-        nil
-        statix
-
-        # lua
-        lua-language-server
-
-        # yaml
-        yamllint
 
         # secrets
         ragenix.packages."${system}".default
         git-crypt
 
         # shell
-        shellcheck
-        shfmt
+        shfmt # TODO: Integrate this into nvim <2023-10-31>
 
         # update
         generate_firefox_extensions.packages."${system}".default # needed for the firefox extension update script
-- 
cgit 1.4.1