Files
nix-config/homeConfigs/packages.nix
2026-03-27 12:13:04 +01:00

52 lines
1.3 KiB
Nix

# **************************************************************************** #
# #
# ::: :::::::: #
# packages.nix :+: :+: :+: #
# +:+ +:+ +:+ #
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2025/02/09 22:01:56 by tomoron #+# #+# #
# Updated: 2026/03/27 12:00:06 by tomoron ### ########.fr #
# #
# **************************************************************************** #
{ pkgs, ...}:
{
home.packages = with pkgs;[
lrzip
pigz
htop
gnumake
git
fastfetch
clang
ninja
gdb
valgrind
wget
cmake
man-pages
stress
ffmpeg-full
ripgrep
activate-linux
unison
brightnessctl
playerctl
vlc
nix-index
yubikey-manager
bibata-cursors
libcaca
nasm
nerd-fonts.iosevka
compiledb
yubikey-personalization
sops
libreoffice
doxygen
qimgv
];
}