Compare commits

..

No commits in common. "4c943e49a34d4f2c3aadb41707285b1d1fa65f3c" and "6ea25a9047fdc68024753941acdf1dd8e76ea31c" have entirely different histories.

2 changed files with 2837 additions and 23 deletions

2852
flake.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -18,8 +18,14 @@
};
# NVF FOR SUPER NVIM
# nvf = {
# url = "github:notashelf/nvf";
# inputs.nixpkgs.follows = "nixpkgs";
# };
# Test out specific nvf pr
nvf = {
url = "github:notashelf/nvf";
url = "github:iynaix/nvf/add-nixd-opts";
inputs.nixpkgs.follows = "nixpkgs";
};