nixos/hadi/cli.nix
2024-03-11 19:36:05 +01:00

11 lines
141 B
Nix

{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
ranger
fd
lazygit
tree-sitter
btop
bitwarden-cli
];
}