1
This commit is contained in:
2022-10-29 23:22:29 +02:00
parent 8acff7f4ab
commit 9a0427153c

View File

@ -55,7 +55,7 @@ in rec {
autoPrune = true; autoPrune = true;
flatseal.enable = true; flatseal.enable = true;
discord.enable = false; discord.enable = true;
spotify.enable = true; spotify.enable = true;
bottles.enable = true; bottles.enable = true;
}; };
@ -185,8 +185,8 @@ in rec {
httpie # Cool http client httpie # Cool http client
(ripgrep.override { withPCRE2 = true; }) # fast as fuck (ripgrep.override { withPCRE2 = true; }) # fast as fuck
nvd # nix rebuild diff nvd # nix rebuild diff
du-dust # Disk usage analyzer (for directories) # du-dust # Disk usage analyzer (for directories)
gdu # Alternative to du-dust gdu # Alternative to du-dust (I like it better)
duf # Disk usage analyzer (for all disk overview) duf # Disk usage analyzer (for all disk overview)
fd # find alternative fd # find alternative
sd # sed alternative sd # sed alternative
@ -197,6 +197,9 @@ in rec {
fclones # duplicate file finder fclones # duplicate file finder
gum # nice shell scripts gum # nice shell scripts
lazygit # can always use another git client lazygit # can always use another git client
graphviz
gnuplot
pandoc
# Xooooorg # Xooooorg
xclip xclip
@ -246,6 +249,7 @@ in rec {
vlc vlc
kdenlive kdenlive
krita krita
inkscape
# KDE Applications # KDE Applications
# TODO: Make a module out of this # TODO: Make a module out of this