mirror of
https://github.com/Superredstone/nixvim.git
synced 2026-09-21 17:51:15 +02:00
621a0531bc28b51acb12108762cf1a46c572db2c
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%