{"id":18721355,"url":"https://github.com/nuschtos/nvim.nix","last_synced_at":"2025-10-18T02:38:38.265Z","repository":{"id":239455213,"uuid":"799577076","full_name":"NuschtOS/nvim.nix","owner":"NuschtOS","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-12T03:42:42.000Z","size":193,"stargazers_count":5,"open_issues_count":5,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-12T04:24:14.017Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/NuschtOS.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-05-12T14:59:31.000Z","updated_at":"2025-04-12T03:42:45.000Z","dependencies_parsed_at":"2024-06-15T17:21:58.702Z","dependency_job_id":"c1be385c-c9f6-4f72-94eb-86c443160885","html_url":"https://github.com/NuschtOS/nvim.nix","commit_stats":null,"previous_names":["dresden-zone/nvim.nix"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NuschtOS%2Fnvim.nix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NuschtOS%2Fnvim.nix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NuschtOS%2Fnvim.nix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NuschtOS%2Fnvim.nix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NuschtOS","download_url":"https://codeload.github.com/NuschtOS/nvim.nix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248580927,"owners_count":21128080,"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":[],"created_at":"2024-11-07T13:34:21.655Z","updated_at":"2025-10-18T02:38:38.251Z","avatar_url":"https://github.com/NuschtOS.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nvim.nix\n\n## Usage\n\n```nix\n# flake.nix\ninputs = {\n  nixpkgs.url = \"github:NixOS/nixpkgs/nixos-unstable\";\n  nixvim = {\n    url = \"github:nix-community/nixvim/nixos-unstable\";\n    inputs.nixpkgs.follows = \"nixpkgs\";\n  };\n\n  nvim = {\n    url = \"github:NuschtOS/nvim.nix\";\n    inputs.nixpkgs.follows = \"nixpkgs\";\n  };\n};\n```\n\n### NixOS\n\n```nix\n# configuration.nix\n{\n  imports = [ inputs.nvim.nixosModules.nvim ];\n\n  # See \u003chttps://nix-community.github.io/nixvim/NeovimOptions/index.html\u003e\n  # for available options.\n  programs.nixvim.enable = true;\n}\n```\n\n### Home-Manager\n\n```nix\n# home.nix\n{\n  imports = [ inputs.nvim.homeManagerModules.nvim ];\n\n  # See \u003chttps://nix-community.github.io/nixvim/NeovimOptions/index.html\u003e\n  # for available options.\n  programs.nixvim.enable = true;\n}\n```\n\n### Package\n\n```nix\n{\n  environment.systemPackages = [ inputs.nvim.packages.x86_64-linux.nixvim ];\n}\n```\n\n```nix\n{\n  environment.systemPackages = [\n    (inputs.nvim.packages.x86_64-linux.nixvimWithOptions {\n      inherit pkgs;\n      # See \u003chttps://nix-community.github.io/nixvim/NeovimOptions/index.html\u003e\n      # for available options.\n      options.enableMan = false;\n    })\n  ];\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuschtos%2Fnvim.nix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuschtos%2Fnvim.nix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuschtos%2Fnvim.nix/lists"}