Jafner.net/shell.nix

9 lines
172 B
Nix
Raw Normal View History

2024-10-05 12:33:58 -07:00
# Install git, sops, Docker, bash,
{ pkgs ? import <nixpkgs> {} }: pkgs.mkShell {
packages = with pkgs; [
git sops docker
tree btop
bat fd eza fzf
];
}