Add debugging tools and matrix clients

This commit is contained in:
Curt Spark 2024-07-17 07:49:51 +01:00
parent 092b785b99
commit 8c35c1ff37
2 changed files with 8 additions and 0 deletions

View File

@ -67,6 +67,8 @@ in
#}) #})
(vesktop.override { withSystemVencord = false; }) # Discord Client Alternative (vesktop.override { withSystemVencord = false; }) # Discord Client Alternative
discordo # Discord terminal client discordo # Discord terminal client
element-desktop
cinny-desktop
lutris lutris
protonup-qt protonup-qt

View File

@ -24,6 +24,12 @@
# Purely for the tooling # Purely for the tooling
postgresql postgresql
# Debugging/LSP related tooling
gdb
lldb_18 # For lldb-dap
clang-tools # clangd
gnumake
neovim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. neovim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
fastfetch fastfetch
appimage-run appimage-run