dotfiles/default.nix
2025-05-17 14:32:25 -05:00

7 lines
89 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = [
pkgs.neovim
];
}