mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds server-specific components, rename violet-specifics to server specifics
This commit is contained in:
parent
a1d5447787
commit
e656ae52e0
3 changed files with 4 additions and 7 deletions
32
modules/home/packages.server.nix
Normal file
32
modules/home/packages.server.nix
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
{ 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
|
||||
|
||||
# Python
|
||||
python3
|
||||
|
||||
ffmpeg
|
||||
killall
|
||||
libnotify
|
||||
man-pages # extra man pages
|
||||
openssl
|
||||
unzip
|
||||
wget
|
||||
xxd
|
||||
inputs.alejandra.defaultPackage.${system}
|
||||
inputs.nixvim.packages.${pkgs.system}.default
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue