Files
nix-config/homeConfigs/packages.nix
tomoron ca5538c4d1
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 1m56s
update flake and add libreoffice to packages
2025-11-17 11:54:16 +01:00

51 lines
1.3 KiB
Nix

# **************************************************************************** #
# #
# ::: :::::::: #
# packages.nix :+: :+: :+: #
# +:+ +:+ +:+ #
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2025/02/09 22:01:56 by tomoron #+# #+# #
# Updated: 2025/11/04 16:48:12 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
sops
libreoffice
];
}