This commit is contained in:
DeveloperDurp 2025-05-17 14:32:25 -05:00
parent 0b91649bc5
commit f7c6016f1a
4 changed files with 24 additions and 16 deletions

7
default.nix Normal file
View file

@ -0,0 +1,7 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = [
pkgs.neovim
];
}