Migrate to nixvim

This commit is contained in:
Dave Gallant
2024-02-18 16:58:00 -05:00
parent 323256a5ed
commit adb94b9e57
6 changed files with 420 additions and 359 deletions

View File

@@ -16,6 +16,11 @@
url = "github:lnl7/nix-darwin";
inputs.nixpkgs.follows = "nixpkgs";
};
nixvim = {
url = "github:nix-community/nixvim/nixos-23.11";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {...} @ args: import ./outputs.nix args;