dotfiles/shell.nix
2024-05-26 11:35:30 -04:00

14 lines
210 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs;[
sops
ssh-to-age
git
openssh
neovim
nano
wget
curl
];
}