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

15 lines
166 B
Nix

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