feat(nvim): use nixd instead of nil

This commit is contained in:
Moritz Böhme 2023-09-27 13:11:07 +02:00
parent e2a0172e2d
commit fadee02e60
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
6 changed files with 28 additions and 59 deletions

View file

@ -17,12 +17,6 @@
home-manager.inputs.nixpkgs.follows = "nixpkgs";
home-manager.url = "github:nix-community/home-manager";
nil = {
inputs.flake-utils.follows = "flake-utils";
inputs.nixpkgs.follows = "nixpkgs";
url = "github:oxalica/nil";
};
pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix";
nix-super.url = "github:privatevoid-net/nix-super";