{"id":22704787,"url":"https://github.com/benvonh/nivem","last_synced_at":"2026-05-06T08:31:28.386Z","repository":{"id":267301596,"uuid":"893410146","full_name":"benvonh/nivem","owner":"benvonh","description":"My NixOS and Home Manager configurations","archived":false,"fork":false,"pushed_at":"2025-11-07T05:55:48.000Z","size":73179,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-07T07:21:11.767Z","etag":null,"topics":["caelestia-shell","home-manager","hyprland","neovim","nixos","nixvim","rice","sddm","tmux","zsh"],"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/benvonh.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-24T11:30:57.000Z","updated_at":"2025-11-07T05:55:51.000Z","dependencies_parsed_at":"2024-12-09T15:37:27.871Z","dependency_job_id":"9428078b-47d7-4c76-beaa-f7ef76f249f6","html_url":"https://github.com/benvonh/nivem","commit_stats":null,"previous_names":["benvonh/nivem"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/benvonh/nivem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benvonh%2Fnivem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benvonh%2Fnivem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benvonh%2Fnivem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benvonh%2Fnivem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benvonh","download_url":"https://codeload.github.com/benvonh/nivem/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benvonh%2Fnivem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32684593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["caelestia-shell","home-manager","hyprland","neovim","nixos","nixvim","rice","sddm","tmux","zsh"],"created_at":"2024-12-10T09:07:50.595Z","updated_at":"2026-05-06T08:31:28.381Z","avatar_url":"https://github.com/benvonh.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e *nivem*: accusative singular of *nix* :snowflake:\n\n# nivem\n\nMy NixOS and Home Manager configurations in a Nix flake.\n\n\nFeatures:\n- Hyprland\n- Caelestia Shell\n- Nixvim\n\n\nhttps://github.com/user-attachments/assets/682b669c-7ae4-4cf6-b765-6b186498363f\n\n\n## Installation\n\n\u003cdetails\u003e\n\u003csummary\u003eOnline Install (Home Manager)\u003c/summary\u003e\n*Install a configuration without cloning the repository.*\n\n1. If not already done, enable flakes and prepare Home Manager.\n```sh\nnix develop --extra-experimental-features 'nix-command flakes' github:benvonh/nivem\n```\n\n2. Install the Home Manager configuration of your choice.\n```sh\nhome-manager switch --flake github:benvonh/nivem#your-config\n```\n\nYou may omit `#your-config` to default to `$USER`.\n\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eFull Install (NixOS)\u003c/summary\u003e\n*Install a configuration locally for NixOS and Home Manager.*\n\n1. Clone this repository and enter my custom shell.\n```sh\ngit clone https://github.com/benvonh/nivem ~/nivem\nnix develop --extra-experimental-features 'nix-command flakes' ~/nivem\n```\n\n2. Create a Home Manager configuration.\n```sh\nmkdir ~/nivem/home-manager/$USER\n\n# See other configs for reference\nvim ~/nivem/home-manager/$USER/default.nix\n```\n\n3. Create a NixOS configuration.\n```sh\nmkdir ~/nivem/nixos/$HOST\ncp /etc/nixos/hardware-configuration.nix ~/nivem/nixos/$HOST\n\n# See other configs for reference\nvim ~/nivem/nixos/$HOST/default.nix\n```\n\n4. Add the configurations to the flake and switch to it.\n```sh\nvim ~/nivem/flake.nix\n\ncd ~/nivem\ngit add .\n\nsudo nixos-rebuild switch --flake ~/nivem#your-config\n```\n\nYou may omit `#your-config` to default to `$HOST`. Note that this NixOS setup imports Home Manager internally.\n\n:warning: Make sure to change personal settings such as Git username and hardware modules.\n\u003c/details\u003e\n\n---\nSpecial thanks to [Misterio77](https://github.com/misterio77) for his [nix-starter-configs](https://github.com/misterio77/nix-starter-configs)!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenvonh%2Fnivem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenvonh%2Fnivem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenvonh%2Fnivem/lists"}