mirror of
https://github.com/Superredstone/nixvim.git
synced 2026-06-17 09:14:40 +02:00
e9dedab080cc8cee251b9343313e5bb98cf8ffdd
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
98.9%
Just
1.1%