1
0
Fork 0
dotfiles/programs/nvim/update-shell.nix

15 lines
159 B
Nix

{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell {
packages = [
bat
curl
dasel
difftastic
jq
nix-prefetch
nixpkgs-fmt
];
}