diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-12-31 08:53:47 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-12-31 08:53:47 -0800 |
| commit | 418e8667f84c658873e80d72ecafcdceb98e7439 (patch) | |
| tree | e451e80e2bd6a3bc338906f2365a231222669baf /home/programs/cli | |
| parent | move miniflux configuration for authelia in the miniflux profile (diff) | |
| download | infra-418e8667f84c658873e80d72ecafcdceb98e7439.tar.gz | |
install a few packages at the system level
Diffstat (limited to 'home/programs/cli')
| -rw-r--r-- | home/programs/cli/core.nix | 44 |
1 files changed, 13 insertions, 31 deletions
diff --git a/home/programs/cli/core.nix b/home/programs/cli/core.nix index cbfd110..7d04684 100644 --- a/home/programs/cli/core.nix +++ b/home/programs/cli/core.nix @@ -1,36 +1,18 @@ { config, pkgs, ... }: { - home.packages = - with pkgs; - [ - bandwhich - bottom - coreutils - delve - dive # explore layers in docker images - docker - docker-credential-helpers - dust - dysk - jless - nil # nix lsp - nix-direnv # integration with direnv - nixfmt-rfc-style # new formatter - procs - shellcheck - tree - wget - wireshark - yq - ] - ++ lib.optionals pkgs.stdenv.isLinux [ - pciutils - powertop - traceroute - ]; - - programs.ripgrep.enable = true; - programs.jq.enable = true; + home.packages = with pkgs; [ + delve + dive # explore layers in docker images + docker + docker-credential-helpers + nil # nix lsp + nix-direnv # integration with direnv + nixfmt-rfc-style # new formatter + shellcheck + tree + wget + wireshark + ]; programs.fish.shellAliases = { grep = "${pkgs.ripgrep}/bin/rg"; |
