# **************************************************************************** # # # # ::: :::::::: # # packages.nix :+: :+: :+: # # +:+ +:+ +:+ # # By: tomoron +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2025/02/09 22:01:56 by tomoron #+# #+# # # Updated: 2025/02/10 17:21:20 by tomoron ### ########.fr # # # # **************************************************************************** # { pkgs, ...}: { home.packages = with pkgs;[ neovim ripgrep activate-linux unison discord google-chrome brightnessctl playerctl python3 vlc nerd-fonts.iosevka nix-index yubikey-manager yubico-pam dunst bibata-cursors ]; }