{"id":14967912,"url":"https://github.com/josh/lazy-nvim-nix","last_synced_at":"2025-10-25T21:32:06.147Z","repository":{"id":251087224,"uuid":"836356768","full_name":"josh/lazy-nvim-nix","owner":"josh","description":"Lazy Neovim on Nix","archived":false,"fork":false,"pushed_at":"2025-02-03T22:22:37.000Z","size":781,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-03T23:22:14.156Z","etag":null,"topics":["lazy-nvim","lazyvim","neovim","nix"],"latest_commit_sha":null,"homepage":"","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/josh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-31T17:12:36.000Z","updated_at":"2025-02-03T22:22:40.000Z","dependencies_parsed_at":"2024-08-20T01:21:01.091Z","dependency_job_id":"62b93a37-7cb0-4517-bf88-ba0de74b261b","html_url":"https://github.com/josh/lazy-nvim-nix","commit_stats":{"total_commits":73,"total_committers":3,"mean_commits":"24.333333333333332","dds":0.04109589041095896,"last_synced_commit":"b65fe2f2ee6d22042562748eb3ae17210e6076c7"},"previous_names":["josh/lazy-nvim-nix"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josh%2Flazy-nvim-nix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josh%2Flazy-nvim-nix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josh%2Flazy-nvim-nix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josh%2Flazy-nvim-nix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josh","download_url":"https://codeload.github.com/josh/lazy-nvim-nix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238212446,"owners_count":19434955,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lazy-nvim","lazyvim","neovim","nix"],"created_at":"2024-09-24T13:38:51.839Z","updated_at":"2025-10-25T21:32:05.822Z","avatar_url":"https://github.com/josh.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lazy-nvim-nix\n\nA Nix Flake for working with [lazy.nvim](https://github.com/folke/lazy.nvim) [Neovim](https://neovim.io/) plugins and the [LazyVim](https://github.com/LazyVim/LazyVim) distribution.\n\n## Installation\n\nAdd as an input to your flake:\n\n```nix\n{\n  inputs.lazy-nvim-nix.url = \"github:josh/lazy-nvim-nix\";\n\n  outputs = { self, lazy-nvim-nix }: {\n    homeModules.default = {\n      programs.neovim.finalPackage = lazy-nvim-nix.packages.x86_64-linux.LazyVim;\n    };\n\n    nixosModules.default = {\n      programs.neovim.finalPackage = lazy-nvim-nix.packages.x86_64-linux.default;\n    };\n  };\n}\n```\n\n## Usage\n\n### `packages.${system}.lazy-nvim`\n\n```nix\n{\n  environment.systemPackages = [\n    pkgs.lazy-nvim.override {\n      spec = [ \"lualine.nvim\" ];\n    };\n  ];\n}\n```\n\n### `packages.${system}.LazyVim`\n\n```nix\n{\n  home.packages = [\n    pkgs.LazyVim.override {\n      lazyVimExtras = [ \"lazyvim.plugins.extras.coding.copilot\" ];\n    };\n  ];\n}\n```\n\n### `packages.${system}.default`\n\nAlias for `packages.${system}.lazy-nvim`.\n\n### `overlays.default`\n\n```nix\n{\n  nixpkgs.overlays = [ lazy-nvim-nix.overlays.default ];\n  programs.neovim.finalPackage = pkgs.lazynvimPlugins.LazyVim.override {\n    lazyVimExtras = [ \"lazyvim.plugins.extras.coding.copilot\" ];\n  };\n}\n```\n\n### `lib.defaultLazyOpts`\n\n### `lib.setupLazyLua :: { pkgs, spec, opts } -\u003e string`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosh%2Flazy-nvim-nix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosh%2Flazy-nvim-nix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosh%2Flazy-nvim-nix/lists"}