Skip to content

skomposzczet/nixvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nixvim-config

Nvim config done in glorious Nix declarative way. It is (almost exact) copy of this regular config.

Try out

To run config run command:

nix run github:skomposzczet/nixvim-config

Install as package

Add repo to inputs:

inputs.nixvim.url = "github:skomposzczet/nixvim-config"

Then add to packages:

{ inputs, system }
home.packages = with pkgs; [
  inputs.nixvim.packages.${system}.default
]

Releases

No releases published

Packages

No packages published

Languages