diff options
author | Soispha <soispha@vhack.eu> | 2023-10-31 17:47:46 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-31 17:47:46 +0100 |
commit | 113499d9bc4d3bd56af2ce4f01a746f60ed878ce (patch) | |
tree | 90e0efd2d633e721b3264365b72929521c752cdf /flake | |
parent | fix(hm/pkgs/spodi): Disable, as spotdl doesn't build right now (diff) | |
download | nixos-config-113499d9bc4d3bd56af2ce4f01a746f60ed878ce.tar.gz nixos-config-113499d9bc4d3bd56af2ce4f01a746f60ed878ce.zip |
fix(flake): Remove the pkgs from the devenv, which are already in nvim
Diffstat (limited to 'flake')
-rw-r--r-- | flake/default.nix | 13 |
1 files changed, 1 insertions, 12 deletions
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 |