using my nixvim config now in separate repo

This commit is contained in:
Christoph Hollizeck 2024-03-30 22:42:10 +01:00
parent c038708da0
commit 3a60431e41
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
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
];
};
}