# **************************************************************************** # # # # ::: :::::::: # # packages.nix :+: :+: :+: # # +:+ +:+ +:+ # # By: tomoron +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2025/02/09 22:01:56 by tomoron #+# #+# # # Updated: 2025/07/23 18:00:40 by tomoron ### ########.fr # # # # **************************************************************************** # { pkgs, ...}: { home.packages = with pkgs;[ lrzip pigz htop gnumake git neofetch clang ninja gdb valgrind wget cmake man-pages stress ffmpeg-full ripgrep activate-linux unison brightnessctl playerctl python3 vlc nix-index dunst yubikey-manager bibata-cursors libcaca nasm nerd-fonts.iosevka ]; }