using my nixvim config now in separate repo

This commit is contained in:
Christoph Hollizeck 2024-03-30 22:42:10 +01:00
parent 15dea1eb2b
commit 6c1cd3714d
4 changed files with 594 additions and 325 deletions

View file

@ -23,7 +23,7 @@
# The nix way of configuring vim
nixvim = {
url = "github:nix-community/nixvim";
url = "github:Daholli/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
@ -59,12 +59,12 @@
overlays = with inputs; [
snowfall-flake.overlays.default
nixvim.overlays.default
];
systems.modules.nixos = with inputs; [
home-manager.nixosModules.home-manager
nix-ld.nixosModules.nix-ld
nixvim.nixosModules.nixvim
];
};
}