{"id":15407924,"url":"https://github.com/ryanccn/nix-darwin-custom-icons","last_synced_at":"2025-07-31T15:39:47.242Z","repository":{"id":190809857,"uuid":"683398676","full_name":"ryanccn/nix-darwin-custom-icons","owner":"ryanccn","description":"A module for nix-darwin to set custom icons for your applications","archived":false,"fork":false,"pushed_at":"2024-06-22T15:49:35.000Z","size":8,"stargazers_count":16,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T06:22:11.823Z","etag":null,"topics":["macos","macos-icons","nix","nix-darwin","nix-flake"],"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/ryanccn.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":"2023-08-26T12:55:06.000Z","updated_at":"2025-03-10T14:14:39.000Z","dependencies_parsed_at":"2024-06-22T23:24:37.710Z","dependency_job_id":"7ad561f1-b9c8-4754-b7da-20b863bccca5","html_url":"https://github.com/ryanccn/nix-darwin-custom-icons","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"ad3e8cf49ef0b276ccf67410f544ff33d965d821"},"previous_names":["ryanccn/nix-darwin-custom-icons"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanccn%2Fnix-darwin-custom-icons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanccn%2Fnix-darwin-custom-icons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanccn%2Fnix-darwin-custom-icons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanccn%2Fnix-darwin-custom-icons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanccn","download_url":"https://codeload.github.com/ryanccn/nix-darwin-custom-icons/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249433245,"owners_count":21271226,"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":["macos","macos-icons","nix","nix-darwin","nix-flake"],"created_at":"2024-10-01T16:30:13.086Z","updated_at":"2025-04-18T05:13:46.527Z","avatar_url":"https://github.com/ryanccn.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nix-darwin-custom-icons\n\nSet custom icons for your applications! A module for [nix-darwin](https://daiderd.com/nix-darwin/)\n\n## Usage\n\nAdd this repository to your flake's inputs:\n\n```nix\n{\n  inputs = {\n    darwin-custom-icons.url = \"github:ryanccn/nix-darwin-custom-icons\";\n  };\n}\n```\n\nAdd the module provided by the flake:\n\n```nix\n{\n  darwinConfigurations.some-mac-device = nix-darwin.lib.darwinSystem {\n      modules = [\n        darwin-custom-icons.darwinModules.default\n      ];\n  };\n}\n```\n\nAnd then in your system configuration:\n\n```nix\n{\n  environment.customIcons = {\n    enable = true;\n    icons = [\n      {\n        path = \"/Applications/Notion.app\";\n        icon = ./icons/notion.icns;\n      }\n    ];\n  };\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanccn%2Fnix-darwin-custom-icons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanccn%2Fnix-darwin-custom-icons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanccn%2Fnix-darwin-custom-icons/lists"}