refactor2
This commit is contained in:
parent
701c9d71f0
commit
7fa104b722
30 changed files with 240 additions and 111 deletions
21
system/core/packages.nix
Normal file
21
system/core/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