{"id":16343638,"url":"https://github.com/tlater/nix-webapps","last_synced_at":"2025-04-11T21:31:34.843Z","repository":{"id":240938986,"uuid":"803852613","full_name":"TLATER/nix-webapps","owner":"TLATER","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-21T21:15:19.000Z","size":19,"stargazers_count":10,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T07:01:48.757Z","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/TLATER.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}},"created_at":"2024-05-21T13:48:18.000Z","updated_at":"2025-02-17T15:38:37.000Z","dependencies_parsed_at":"2024-05-21T15:07:46.207Z","dependency_job_id":"fe45ab67-ec09-430e-b5c9-223041511a30","html_url":"https://github.com/TLATER/nix-webapps","commit_stats":null,"previous_names":["tlater/nix-webapps"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TLATER%2Fnix-webapps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TLATER%2Fnix-webapps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TLATER%2Fnix-webapps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TLATER%2Fnix-webapps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TLATER","download_url":"https://codeload.github.com/TLATER/nix-webapps/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248482965,"owners_count":21111409,"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-10-11T00:25:13.517Z","updated_at":"2025-04-11T21:31:34.825Z","avatar_url":"https://github.com/TLATER.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nix-webapps\n\nLow-effort web \"apps\" with nix!\n\n## Usage\n\n1. **Add the Repository as an Input**:\n\n   Add the following to your `flake.nix` file to include this repository as an input:\n\n   ```nix\n   inputs = {\n     nix-webapps.url = \"github:TLATER/nix-webapps\";\n   };\n   ```\n\n2. **Include the overlay in your NixOS configuration**:\n\n   ```nix\n   nixpkgs.overlays = [\n     inputs.nix-webapps.overlays.lib\n   ];\n   ```\n\n3. **Build or simply install your apps**:\n\n   ```nix\n   environment.systemPackages = [\n     (pkgs.nix-webapps-lib.mkChromiumApp {\n       appName = \"teams\";\n       categories = [\n         \"Network\"\n         \"Chat\"\n         \"InstantMessaging\"\n       ];\n       desktopName = \"Microsoft Teams\";\n       icon = ./Microsoft_Office_Teams.svg;\n       url = \"https://teams.microsoft.com\";\n       class = \"chrome-teams.microsoft.com__-Default\";\n     })\n   ];\n   ```\n\n## Contributing\n\nFeel free to contribute by sending pull requests. We are a usually very\nresponsive team and we will help you going through your pull request from the\nbeginning to the end.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlater%2Fnix-webapps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftlater%2Fnix-webapps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftlater%2Fnix-webapps/lists"}