mirror of
https://github.com/Superredstone/nixvim.git
synced 2026-03-07 12:11:47 +01:00
643dc4bae9a3d3e3f26a632d18503f24ebdd63c6
My nixvim configuration
How to run
nix run github:Superredstone/nixvim
How to add to your configuration
inputs.nixvim.url = "github:Superredstone/nixvim"
environment = {
systemPackages = with pkgs; [
inputs.nixvim.packages.${system}.default
];
};
Languages
Nix
99.4%
Just
0.6%