working nixvim!

This commit is contained in:
vali 2024-05-21 23:41:23 +02:00
commit 1ae2d7cc6a
8 changed files with 100 additions and 20 deletions

View file

@ -1,5 +1,5 @@
{
description = "lololo";
description = "My NixOS config flake";
outputs = inputs@{ self, nixpkgs, ... }: {
inherit (nixpkgs) lib;
nixosConfigurations = import ./hosts { inherit inputs; };
@ -51,8 +51,8 @@
spicetify-nix.url = "github:the-argus/spicetify-nix";
nur = { url = "github:nix-community/NUR"; };
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
agenix.url = "github:ryantm/agenix";