feat: add/remove programs, remove unused parentheses

This commit is contained in:
Ahwx 2024-06-21 09:49:09 +02:00
parent 937f9c6d10
commit 70715c1c54

View file

@ -1,33 +1,29 @@
{ inputs, pkgs, ... }: { inputs, pkgs, ... }:
{ {
home.packages = (with pkgs; [ home.packages = with pkgs; [
bitwise # cli tool for bit / hex manipulation tmux
wdisplays
htop
firefox
nsxiv
eza # ls replacement eza # ls replacement
entr # perform action when file change
fd # find replacement
file # Show file information file # Show file information
fzf # fuzzy finder fzf # fuzzy finder
gtt # google translate TUI gtt # google translate TUI
gimp gimp
gtrash # rm replacement, put deleted files in system trash
hexdump
jdk17 # java
lazygit lazygit
libreoffice libreoffice
cinnamon.nemo-with-extensions # file manager xfce.thunar # file manager
nitch # systhem fetch util
nix-prefetch-github nix-prefetch-github
prismlauncher # minecraft launcher prismlauncher # minecraft launcher
ripgrep # grep replacement ripgrep # grep replacement
soundwireserver # pass audio to android phone yt-dlp
todo # cli todo list
toipe # typing test in the terminal
valgrind # c memory analyzer
yazi # terminal file manager
youtube-dl
gnome.zenity
winetricks
wineWowPackages.wayland wineWowPackages.wayland
element-desktop-wayland
spotify
thunderbird
neofetch
yarn
# C / C++ # C / C++
gcc gcc
@ -36,8 +32,6 @@
# Python # Python
python3 python3
bleachbit # cache cleaner
cmatrix
gparted # partition manager gparted # partition manager
ffmpeg ffmpeg
imv # image viewer imv # image viewer
@ -45,19 +39,17 @@
libnotify libnotify
man-pages # extra man pages man-pages # extra man pages
mpv # video player mpv # video player
ncdu # disk space
openssl openssl
pamixer # pulseaudio command line mixer pamixer # pulseaudio command line mixer
pavucontrol # pulseaudio volume controle (GUI) pavucontrol # pulseaudio volume controle (GUI)
playerctl # controller for media players playerctl # controller for media players
wl-clipboard # clipboard utils for wayland (wl-copy, wl-paste) wl-clipboard # clipboard utils for wayland (wl-copy, wl-paste)
cliphist # clipboard manager cliphist # clipboard history manager
poweralertd poweralertd
qalculate-gtk # calculator
unzip unzip
wget wget
xdg-utils xdg-utils
xxd xxd
inputs.alejandra.defaultPackage.${system} inputs.alejandra.defaultPackage.${system}
]); ];
} }