mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds violet specific pkgs
This commit is contained in:
parent
43d5f6bd0c
commit
019fa62cb7
1 changed files with 33 additions and 0 deletions
33
modules/home/packages.violet.nix
Normal file
33
modules/home/packages.violet.nix
Normal 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}
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue