First Try

This commit is contained in:
Olaf Kolkman
2025-05-06 19:41:26 +02:00
commit fbd41a72f1
58 changed files with 7011 additions and 0 deletions

View File

@ -0,0 +1,61 @@
{ pkgs }:
with pkgs; [
# General packages for development and system management
alacritty
aspell
aspellDicts.en
bash-completion
bat
btop
coreutils
killall
neofetch
openssh
sqlite
wget
zip
# Encryption and security tools
age
age-plugin-yubikey
gnupg
libfido2
# Cloud-related tools and SDKs
docker
docker-compose
# Media-related packages
emacs-all-the-icons-fonts
dejavu_fonts
ffmpeg
fd
font-awesome
hack-font
noto-fonts
noto-fonts-emoji
meslo-lgs-nf
# Node.js development tools
nodePackages.npm # globally install npm
nodePackages.prettier
nodejs
# Text and terminal utilities
htop
hunspell
iftop
jetbrains-mono
jq
ripgrep
tree
tmux
unrar
unzip
zsh-powerlevel10k
# Python packages
python3
virtualenv
]