{"id":15171750,"url":"https://github.com/roosoft/roopkgs","last_synced_at":"2026-01-24T12:34:54.303Z","repository":{"id":246426846,"uuid":"821095661","full_name":"RooSoft/roopkgs","owner":"RooSoft","description":"Removes some configuration repetition across different computers","archived":false,"fork":false,"pushed_at":"2025-02-20T15:36:01.000Z","size":74,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-15T10:07:42.560Z","etag":null,"topics":["nix","nixos","shell","zsh"],"latest_commit_sha":null,"homepage":"https://github.com/RooSoft/roopkgs","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/RooSoft.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-06-27T20:00:42.000Z","updated_at":"2025-02-20T15:36:05.000Z","dependencies_parsed_at":"2024-06-27T23:13:31.217Z","dependency_job_id":"97a6cc96-9895-4bb6-9f2a-08548806a802","html_url":"https://github.com/RooSoft/roopkgs","commit_stats":{"total_commits":42,"total_committers":1,"mean_commits":42.0,"dds":0.0,"last_synced_commit":"f00ce3dd981d1630612b75d9a6329480d245163f"},"previous_names":["roosoft/roopkgs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RooSoft%2Froopkgs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RooSoft%2Froopkgs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RooSoft%2Froopkgs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RooSoft%2Froopkgs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RooSoft","download_url":"https://codeload.github.com/RooSoft/roopkgs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254319722,"owners_count":22051075,"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":["nix","nixos","shell","zsh"],"created_at":"2024-09-27T09:03:18.576Z","updated_at":"2026-01-24T12:34:54.297Z","avatar_url":"https://github.com/RooSoft.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# roopkgs\n\nRemoves some configuration repetition across different computers.\n\nSo far only includes home-manager configurations. Eventually will\ninclude some system applications as well.\n\n\n## Available configurations for\n\n* zsh\n* eza\n* helix\n* atuin\n* tmux\n* zellij\n* starship\n* alacritty\n\n\n## How to use\n\n#### Import this flake\n\n```nix\nroopkgs = {\n  url = \"https://github.com/RooSoft/roopkgs.git\";\n  inputs.nixpkgs.follows = \"nixpkgs\";\n};\n```\n\n#### Enable for a given computer\n\nExample: add `roopkgs.nixosModules.home` to `nixos-computer`'s `home-manager` imports\n\n```nix\n\"me@nixos-computer\" = home-manager.lib.homeManagerConfiguration {\n  pkgs = nixpkgs.legacyPackages.\"x86_64-linux\";\n  extraSpecialArgs = {\n    inherit inputs pkgs;\n  };\n  modules = [\n    roopkgs.nixosModules.home\n    ./machines/nixos-computer/users/me/home.nix];\n  ];\n};\n```\n\n#### Configure applications in the configuration file\n\nExample here with `helix`\n\n```nix\nroopkgs.home.helix.enable = true;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froosoft%2Froopkgs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froosoft%2Froopkgs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froosoft%2Froopkgs/lists"}