aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-01-19 21:07:36 +0100
committersils <sils@sils.li>2023-01-19 21:07:36 +0100
commit9a2d7618561886d1b118b998ab613817659004ce (patch)
tree774fd374c3c9bb7aedcd5ba59093de8a0b5fcda9
parentremove kwallet (diff)
downloadnix-config-9a2d7618561886d1b118b998ab613817659004ce.zip
Packages: Update
Added a few Compilers and Language-Servers
-rw-r--r--packages.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages.nix b/packages.nix
index 6c80d9e..11e8422 100644
--- a/packages.nix
+++ b/packages.nix
@@ -26,7 +26,11 @@
git # versioning
signal-desktop # the ecosystem is moving :(
mumble # voice chat
+
+ #Nix Stuff
alejandra # nix code formatter
+ nil # nix language-server
+ statix # nix linter
# SSH Stuff
openssh # ssh
@@ -58,5 +62,11 @@
texlive.combined.scheme-full # LaTeX
gparted # partitioning :(
musescore # notesetting program
+
+ # Compiler
+ gcc
+ execline
+
+ ltex-ls # lsp language server for languagetool
];
}