{"id":23042278,"url":"https://github.com/wverac/nixvim","last_synced_at":"2026-04-30T10:34:25.623Z","repository":{"id":266948898,"uuid":"899735911","full_name":"wverac/nixvim","owner":"wverac","description":"NixVim configuration","archived":false,"fork":false,"pushed_at":"2025-03-17T05:20:54.000Z","size":1246,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T06:28:03.654Z","etag":null,"topics":["bofh","neovim","nixos","nixvim"],"latest_commit_sha":null,"homepage":"","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wverac.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-12-06T22:37:51.000Z","updated_at":"2025-03-17T05:20:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"f6f161ce-261b-48c9-822a-4558d176d786","html_url":"https://github.com/wverac/nixvim","commit_stats":null,"previous_names":["wverac/nixvim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wverac%2Fnixvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wverac%2Fnixvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wverac%2Fnixvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wverac%2Fnixvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wverac","download_url":"https://codeload.github.com/wverac/nixvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246916762,"owners_count":20854514,"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":["bofh","neovim","nixos","nixvim"],"created_at":"2024-12-15T20:23:54.479Z","updated_at":"2026-04-30T10:34:20.600Z","avatar_url":"https://github.com/wverac.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 id=\"header\" align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/nix-community/nixvim/blob/main/assets/nixvim_logo.svg\" width=\"25%\" /\u003e\n   \u003cbr\u003e\n sysBOFH NixVim\n\u003c/h1\u003e\n\n#### This is my functional, minimalist, and carefully curated collection of essential plugins, paired with a clean and simple configuration for [NixVim](https://nix-community.github.io/nixvim/).\n\n---\n\n![BOFH01](./assets/BOFH_01.png)\n![BOFH02](./assets/BOFH_02.png)\n\n### Installation\n\n#### Run it\n```nix\nnix run github:wverac/nixvim\n```\n\n#### Clone\n```nix\ngit clone https://github.com/wverac/nixvim\nnix run .\n```\n\n#### Flake\n\n```nix\n{\n    inputs = {\n        nixvim.url = \"github:wverac/nixvim\"\n    };\n}\n```\n\n#### System-Wide\n\n```nix\nenvironment.systemPackages = [\n    inputs.nixvim.packages.x86_64-linux.default\n];\n```\n\n#### Home-Manager\n\n```nix\nhome-manager.users.\u003cuser\u003e.home.packages = [\n    inputs.nixvim.packages.x86_64-linux.default\n];\n```\n#### My favorite method in non-NixOS systems\nRequires [Nix package manager](https://nixos.org/download/#download-nix\n)\n\n```nix\nalias vim='nix run github:wverac/nixvim'\n```\n\n### Structure\n\n```bash\nnixvim\n├── config\n│   ├── default.nix\n│   ├── keymaps.nix\n│   ├── options.nix\n│   ├── plugs\n│   │   ├── alpha.nix\n│   │   ├── cmp.nix\n│   │   ├── lsp.nix\n│   │   ├── lspsaga.nix\n│   │   └── ui.nix\n│   └── themes\n│       ├── catppuccin.nix\n│       └── tokyonight.nix\n├── flake.lock\n├── flake.nix\n├── hydra.json\n└── README.md\n```\n\n### My NixOS configuration\n\nhttps://github.com/wverac/sysbofh\n\n### TODO\n\n* Write a decent and useful TODO\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwverac%2Fnixvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwverac%2Fnixvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwverac%2Fnixvim/lists"}