Files
nix-config/homeConfigs/packages.nix
tomoron e13360f793
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 2m38s
add yubikey to unlock FDE on laptop; update flake; minor wayland changes
2025-09-04 15:17:30 +02:00

49 lines
1.3 KiB
Nix

# **************************************************************************** #
# #
# ::: :::::::: #
# packages.nix :+: :+: :+: #
# +:+ +:+ +:+ #
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2025/02/09 22:01:56 by tomoron #+# #+# #
# Updated: 2025/09/02 23:33:04 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
yubikey-manager
bibata-cursors
libcaca
nasm
nerd-fonts.iosevka
compiledb
yubikey-personalization
];
}