Skip to content

Commit

Permalink
Added overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
wiltaylor committed May 24, 2021
1 parent 22a8241 commit a753400
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@
defaultPackage = packages.x86_64-linux.neovimWT;


overlay = final: prev: {
system = "x86_64-linux";
neovimWT = packages.x86_64-linux.enovimWT;
};


packages.x86_64-linux.neovimWT = neovimBuilder {
config = {
vim.dashboard.startify.enable = true;
Expand Down

0 comments on commit a753400

Please sign in to comment.