feat: adds violet specific pkgs

This commit is contained in:
Ahwx 2024-07-15 10:20:12 +02:00
parent 43d5f6bd0c
commit 019fa62cb7

View file

@ -0,0 +1,33 @@
{ inputs, pkgs, ... }:
{
home.packages = with pkgs; [
jq
tmux
htop
eza
file
fzf
lazygit
ripgrep
yt-dlp
neofetch
yarn
# C / C++
gcc
gnumake
# Python
python3
ffmpeg
killall
libnotify
man-pages # extra man pages
openssl
unzip
wget
xxd
inputs.alejandra.defaultPackage.${system}
];
}