Redid setup. I swear the commit messages will get better
This commit is contained in:
8
nixos/nixvim.nix
Normal file
8
nixos/nixvim.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{inputs, pkgs, }: {
|
||||
inputs.nixvim = {
|
||||
url = "github:nix-community/nixvim/nixos-25.11";
|
||||
# If you are not running an unstable channel of nixpkgs, select the corresponding branch of Nixvim.
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user