mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds/moves packages around
This commit is contained in:
parent
10f257ccdb
commit
f17f1ba149
1 changed files with 5 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
home.packages = with pkgs; [
|
||||
vimv
|
||||
jq
|
||||
wireguard-tools # VPN connections
|
||||
wireguard-tools
|
||||
openresolv # required for wireguard-tools
|
||||
tmux
|
||||
htop
|
||||
|
|
@ -21,11 +21,12 @@
|
|||
ffmpeg
|
||||
killall
|
||||
libnotify
|
||||
man-pages # extra man pages
|
||||
man-pages
|
||||
openssl
|
||||
unzip
|
||||
wget
|
||||
xxd
|
||||
borgbackup
|
||||
inputs.alejandra.defaultPackage.${system}
|
||||
inputs.nixvim.packages.${pkgs.system}.default
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue