Files
nix-config/homeConfigs/packages.nix
tomoron 27ca179697
Some checks failed
Build iso when a new version is pushed / test (push) Failing after 7m42s
update flake, sort system and home packages
2025-07-15 16:12:16 +02:00

48 lines
1.3 KiB
Nix

# **************************************************************************** #
# #
# ::: :::::::: #
# packages.nix :+: :+: :+: #
# +:+ +:+ +:+ #
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2025/02/09 22:01:56 by tomoron #+# #+# #
# Updated: 2025/07/15 16:10:34 by tomoron ### ########.fr #
# #
# **************************************************************************** #
{ pkgs, ...}:
{
home.packages = with pkgs;[
lrzip
pigz
htop
gnumake
git
neofetch
neovim
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
];
}