Files
nixos/user/packages.nix
2025-10-30 09:24:23 +01:00

141 lines
2.0 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
rnote
nemo-with-extensions
xournalpp
anki
hyprshot
hyprpicker
hyprsunset
waybar
dunst
networkmanagerapplet
hyprpaper
pavucontrol
feh
xdragon
tofi
fuzzel
########################################
# CLI #
########################################
# --- Essentials & Navigation ---
ripgrep
fd
gcr # Keyring
fzf
eza
bat
vim
unstable.neovim
inotify-tools
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
libinput
gdu
timer
# --- Productivity & Misc ---
just
todo-txt-cli
typst
systemctl-tui
wiki-tui
watson
slides
imagemagick
immich-cli
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
];
}