Update flake and merge new packages
This commit is contained in:
commit
2cc0edde25
|
|
@ -67,6 +67,8 @@ in
|
|||
#})
|
||||
(vesktop.override { withSystemVencord = false; }) # Discord Client Alternative
|
||||
discordo # Discord terminal client
|
||||
element-desktop
|
||||
cinny-desktop
|
||||
|
||||
lutris
|
||||
protonup-qt
|
||||
|
|
|
|||
|
|
@ -24,6 +24,12 @@
|
|||
# Purely for the tooling
|
||||
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.
|
||||
fastfetch
|
||||
appimage-run
|
||||
|
|
|
|||
Loading…
Reference in New Issue