add packages descriptions
This commit is contained in:
parent
9f40862262
commit
96469e6f32
|
@ -2,39 +2,36 @@
|
||||||
{
|
{
|
||||||
home.packages = (with pkgs; [
|
home.packages = (with pkgs; [
|
||||||
discord
|
discord
|
||||||
eza
|
eza # ls replacement
|
||||||
entr
|
entr # perform action when file change
|
||||||
fzf
|
fzf # fuzzy finder
|
||||||
lazygit
|
lazygit
|
||||||
libreoffice
|
libreoffice
|
||||||
nitch
|
nitch # systhem fetch util
|
||||||
nix-prefetch-github
|
nix-prefetch-github
|
||||||
prismlauncher
|
prismlauncher # minecraft launcher
|
||||||
# python39
|
ripgrep # grep replacement
|
||||||
ripgrep
|
|
||||||
rnix-lsp
|
rnix-lsp
|
||||||
rustup
|
|
||||||
spotify
|
spotify
|
||||||
xfce.thunar
|
xfce.thunar # file manager
|
||||||
yazi
|
yazi # terminal file manager
|
||||||
youtube-dl
|
youtube-dl
|
||||||
|
|
||||||
# C / C++
|
# C / C++
|
||||||
gcc
|
gcc
|
||||||
gnumake
|
gnumake
|
||||||
|
|
||||||
bleachbit
|
bleachbit # cache cleaner
|
||||||
bore-cli
|
gparted # partition manager
|
||||||
gparted
|
|
||||||
ffmpeg
|
ffmpeg
|
||||||
imv
|
imv # image viewer
|
||||||
libnotify
|
libnotify
|
||||||
mpv
|
mpv # video player
|
||||||
openssl
|
openssl
|
||||||
pamixer
|
pamixer # pulseaudio command line mixer
|
||||||
pavucontrol
|
pavucontrol # pulseaudio volume controle (GUI)
|
||||||
playerctl
|
playerctl # controller for media players
|
||||||
qalculate-gtk
|
qalculate-gtk # calculator
|
||||||
unzip
|
unzip
|
||||||
wget
|
wget
|
||||||
xdg-utils
|
xdg-utils
|
||||||
|
|
Loading…
Reference in a new issue