Files
nixos/user/packages.nix
2025-10-17 12:08:07 +02:00

135 lines
1.9 KiB
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
########################################
# GUI #
########################################
# --- Core GUI ---
alacritty
kitty
vscode
libreoffice
unstable.sioyek
zathura
qalculate-qt
# --- Communication & Internet ---
discord
thunderbird
tor-browser
unstable.signal-desktop
qbittorrent
ausweisapp
nextcloud-client
# --- Media & Desktop Tools ---
simple-scan
gimp
audio-recorder
cheese
mpv
obsidian
nemo-with-extensions
anki
hyprshot
hyprpicker
hyprsunset
waybar
dunst
networkmanagerapplet
hyprpaper
pavucontrol
feh
xdragon
tofi
fuzzel
########################################
# CLI #
########################################
# --- Essentials & Navigation ---
ripgrep
fd
gcr # Keyring
fzf
eza
bat
vim
neovim
stow
wl-clipboard
wl-clip-persist
killall
trash-cli
file
zip
xz
unzip
# --- System & Network ---
btop
fastfetch
acpi
brightnessctl
ethtool
findutils
nmap
wakeonlan
tor
torsocks
w3m
curl
wget
gdu
timer
# --- Productivity & Misc ---
just
todo-txt-cli
systemctl-tui
wiki-tui
watson
slides
imagemagick
bitwarden-cli
lazydocker
lazygit
gitui
dig
unstable.yazi
# --- Languages & Package Managers ---
python3
nodejs
go
lua
luarocks
deno
pipx
gradle
openjdk
# --- Build Tools ---
clang
clang-tools
gnumake
cmake
ninja
meson
lld
# --- DevOps & Versioning ---
git-lfs
sops
age
ansible
android-tools
sdkmanager
air
vscode-langservers-extracted
];
}