Files
nix-config/homeConfigs/packages.nix
tomoron 9defcf7ad4
Some checks failed
Build iso when a new version is pushed / test (push) Failing after 9m15s
temp remove chrome from iso
2025-04-15 15:59:01 +02:00

36 lines
1.1 KiB
Nix

# **************************************************************************** #
# #
# ::: :::::::: #
# packages.nix :+: :+: :+: #
# +:+ +:+ +:+ #
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2025/02/09 22:01:56 by tomoron #+# #+# #
# Updated: 2025/04/15 15:58:07 by tomoron ### ########.fr #
# #
# **************************************************************************** #
{ pkgs, ...}:
{
home.packages = with pkgs;[
ripgrep
activate-linux
unison
brightnessctl
playerctl
python3
vlc
nerd-fonts.iosevka
nix-index
yubikey-manager
yubico-pam
dunst
bibata-cursors
libcaca
nasm
];
}