nixos-config/modules/home/packages.nix
2024-06-22 13:44:31 +02:00

54 lines
1.3 KiB
Nix

{ inputs, pkgs, ... }:
{
home.packages = with pkgs; [
jq
tmux
wdisplays
htop
firefox
lxappearance
nsxiv
eza # ls replacement
file # Show file information
fzf # fuzzy finder
gimp
lazygit
libreoffice
xfce.thunar # file manager
prismlauncher # minecraft launcher
ripgrep # grep replacement
yt-dlp
wineWowPackages.wayland
element-desktop-wayland
spotify
spot
thunderbird
neofetch
yarn
# C / C++
gcc
gnumake
# Python
python3
ffmpeg
killall
libnotify
man-pages # extra man pages
mpv # video player
openssl
pamixer # pulseaudio command line mixer
pavucontrol # pulseaudio volume controle (GUI)
playerctl # controller for media players
wl-clipboard # clipboard utils for wayland (wl-copy, wl-paste)
cliphist # clipboard history manager
poweralertd
unzip
wget
xdg-utils
xxd
inputs.alejandra.defaultPackage.${system}
];
}