flake: update flake; move to everforest

This commit is contained in:
Artur Manuel 2025-02-22 12:35:55 +00:00
commit b1e95fdc28
Signed by: amadaluzia
SSH key fingerprint: SHA256:Zwg7gBuZyaG48ucAZneJwltiXu0+tJb7c3lYt9AYlLg
4 changed files with 101 additions and 2818 deletions

View file

@ -11,6 +11,11 @@
owner = "NotAShelf";
repo = "nvf";
};
basix = {
type = "github";
owner = "NotAShelf";
repo = "Basix";
};
};
outputs = inputs @ {nixpkgs, ...}: let
systems = ["x86_64-linux"];
@ -27,6 +32,7 @@
./nvf.nix
];
inherit pkgs;
extraSpecialArgs = {inherit inputs;};
})
.neovim;
});