feat: adds server-specific components, rename violet-specifics to server specifics

This commit is contained in:
Ahwx 2025-03-20 14:26:45 +01:00
parent a1d5447787
commit e656ae52e0
3 changed files with 4 additions and 7 deletions

View file

@ -1,37 +0,0 @@
{ inputs, pkgs, ... }:
{
home.packages = with pkgs; [
vimv
jq
wireguard-tools # VPN connections
openresolv # required for wireguard-tools
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}
inputs.nixvim.packages.${pkgs.system}.default
];
}