2026-02-08 10:16:55 +01:00
2026-02-08 10:16:55 +01:00
2026-02-08 10:16:55 +01:00
2026-02-08 10:16:40 +01:00
2026-02-08 10:16:40 +01:00
2026-02-08 10:16:40 +01:00
2026-02-08 10:16:40 +01:00

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
    ];
  };
Description
My Nixvim configuration
Readme AGPL-3.0 156 KiB
Languages
Nix 99.4%
Just 0.6%