nixvim: init

This commit is contained in:
cy 2025-01-10 23:16:31 -05:00
parent 8dddc70a6c
commit 2b04222b41
5 changed files with 443 additions and 6 deletions

View file

@ -23,6 +23,10 @@
url = "github:nix-community/lanzaboote/v0.4.1";
inputs.nixpkgs.follows = "nixpkgs";
};
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs-borg.url = "github:cything/nixpkgs/borg"; # unmerged PR
nixpkgs-btrbk.url = "github:cything/nixpkgs/btrbk"; # unmerged PR
@ -165,6 +169,7 @@
extraSpecialArgs = { inherit inputs outputs; };
modules = [
./home/yt/ytnix.nix
inputs.nixvim.homeManagerModules.nixvim
];
};