Split packages into multiple files for easier management.
This commit is contained in:
19
modules/packages/cli.nix
Normal file
19
modules/packages/cli.nix
Normal file
@ -0,0 +1,19 @@
|
||||
{config, pkgs, libs, inputs, ...}:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
#CLI tools
|
||||
pdftk
|
||||
yt-dlp
|
||||
tailscale
|
||||
speedtest-cli
|
||||
#duplicati
|
||||
#ollama
|
||||
cloudflare-warp
|
||||
ddrescue
|
||||
texliveFull #LaTeX PDF maker
|
||||
lazygit
|
||||
gtypist
|
||||
powertop
|
||||
file
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user