Skip to content

Commit

Permalink
update neovim with mini-nvim plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Jan 20, 2025
1 parent 12807b7 commit 929e13d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
23 changes: 20 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,13 @@
};
};

outputs = inputs @ { self, ... }:
outputs = inputs @ { self, nixpkgs, ... }:
let
system = "x86_64-linux";

overlays = import ./lib/overlays.nix { inherit inputs system; };

pkgs = import inputs.nixpkgs {
pkgs = import nixpkgs {
inherit overlays system;
config.allowUnfree = true;
};
Expand Down

0 comments on commit 929e13d

Please sign in to comment.