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
|
(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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue