{"id":22608680,"url":"https://github.com/keyzox71/nixos-config","last_synced_at":"2026-04-15T13:31:58.123Z","repository":{"id":239492498,"uuid":"799658313","full_name":"KeyZox71/nixos-config","owner":"KeyZox71","description":":snowflake: My personnal NixOS configuration","archived":false,"fork":false,"pushed_at":"2025-10-16T12:20:13.000Z","size":375,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-17T15:01:21.704Z","etag":null,"topics":["dotfiles","linux","linux-desktop","nix","nix-flake","nixos","nixos-configuration","nixos-dotfiles","nixos-flake"],"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/KeyZox71.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-12T19:33:17.000Z","updated_at":"2025-10-16T12:20:18.000Z","dependencies_parsed_at":"2024-05-17T20:27:52.459Z","dependency_job_id":"6a8699ce-7f66-4c76-972e-8e2dc990a663","html_url":"https://github.com/KeyZox71/nixos-config","commit_stats":null,"previous_names":["keyzox71/nixos-config"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KeyZox71/nixos-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeyZox71%2Fnixos-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeyZox71%2Fnixos-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeyZox71%2Fnixos-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeyZox71%2Fnixos-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KeyZox71","download_url":"https://codeload.github.com/KeyZox71/nixos-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeyZox71%2Fnixos-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280879018,"owners_count":26406778,"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","status":"online","status_checked_at":"2025-10-24T02:00:06.418Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dotfiles","linux","linux-desktop","nix","nix-flake","nixos","nixos-configuration","nixos-dotfiles","nixos-flake"],"created_at":"2024-12-08T15:08:48.261Z","updated_at":"2026-04-15T13:31:58.116Z","avatar_url":"https://github.com/KeyZox71.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ❄️ NixOS configuration :D\n\nWelcome to my NixOS configuration repository! \\\nThis repository contains the configuration files and scripts for setting up and managing my NixOS-based system.\n\n## 📦 Packages\n\n#### `keyznvim` or `keyznvim-lite`\nMy custom nixvim config with lsp support, auto sessions, auto light/dark mode and other QOL plugins and features. It also has a lite mode, that does not install all the lsp servers.\n\n#### `adjust-brightness`\nA wrapper script for ddcutil to change brightness of a DDC/CI compatible screen (need ddcutil installed and working).\n\n### Using the packages\n- For just running it:\n```bash\nnix run github:keyzox71/nixos-config#\u003cpackage-name\u003e\n```\n- Installing it in your session:\n```bash\nnix profile install github:keyzox71/nixos-config#\u003cpackage-name\u003e\n```\n- Or install it in your config:\n```nix\ninputs = {\n  keynixos.url = \"github:keyzox71/nixos-config\";\n};\n...\nenvironment.systemPackages = [\n  inputs.keyznixos.packages.${pkgs.stdenv.hostPlatform.system}.\u003cpackage-name\u003e\n];\n```\n\n## 📁 Directory Structure\n- **flake.lock** and **flake.nix**: Used for managing dependencies and configurations using Nix flakes.\n- **home/**: Contains configurations for home-manager.\n- **hosts/**: Contains configurations for my differents machine.\n- **modules/**: This directory contains reusable modules for different configurations:\n  - `home-manager/`: For managing user environments with Home Manager.\n  - `nixos/`: For NixOS-specific configurations.\n  - `nixvim/`: For Nixvim configurations.\n- **pkgs/**: Custom package definitions (Nixvim config, adjust-brighness).\n\n## 📝 License\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeyzox71%2Fnixos-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeyzox71%2Fnixos-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeyzox71%2Fnixos-config/lists"}