packages
This commit is contained in:
parent
72cd7b3696
commit
a425c0a14e
1 changed files with 21 additions and 0 deletions
21
system/packages.nix
Normal file
21
system/packages.nix
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{ pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
age
|
||||
compsize
|
||||
duf
|
||||
eza
|
||||
bat
|
||||
file
|
||||
htop
|
||||
btop
|
||||
git
|
||||
jq
|
||||
yq
|
||||
du-dust
|
||||
ripgrep
|
||||
sops
|
||||
wget
|
||||
wireguard-tools
|
||||
zip
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue