{"id":23359622,"url":"https://github.com/nulladmin1/wakanix","last_synced_at":"2025-04-07T20:45:01.430Z","repository":{"id":267198067,"uuid":"900499535","full_name":"nulladmin1/wakanix","owner":"nulladmin1","description":"Configuration options for Wakatime in Nix","archived":false,"fork":false,"pushed_at":"2024-12-25T16:58:48.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T22:26:20.057Z","etag":null,"topics":["flake","home-manager","homemanager","nix","nix-flake","wakatime"],"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/nulladmin1.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-12-08T23:05:43.000Z","updated_at":"2024-12-25T16:58:51.000Z","dependencies_parsed_at":"2024-12-09T01:25:50.668Z","dependency_job_id":"886f131f-8616-43eb-87ee-087c25a963a2","html_url":"https://github.com/nulladmin1/wakanix","commit_stats":null,"previous_names":["nulladmin1/wakanix"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nulladmin1%2Fwakanix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nulladmin1%2Fwakanix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nulladmin1%2Fwakanix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nulladmin1%2Fwakanix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nulladmin1","download_url":"https://codeload.github.com/nulladmin1/wakanix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247729416,"owners_count":20986392,"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":["flake","home-manager","homemanager","nix","nix-flake","wakatime"],"created_at":"2024-12-21T11:11:26.352Z","updated_at":"2025-04-07T20:45:01.087Z","avatar_url":"https://github.com/nulladmin1.png","language":"Nix","readme":"# WakaNix\n\nManage Wakatime (`.wakatime.cfg`) using the WakaNix homeManagerModule\n\n## Usage\n\n### Using `flakes`:\n\nAdd `WakaNix` to your inputs:\n\n```nix\n{\n  description = \"Your NixOS Configuration\";\n\n  inputs = {\n    wakanix = {\n      url = \"github:nulladmin1/wakanix\";\n      inputs.nixpkgs.follows = \"nixpkgs\";\n    };\n  };\n}\n```\nAdd it to your `homeManager` configuration (can be used as a nixosModule or standalone):\n```nix\n{\n  description = \"Your NixOS Configuration\";\n\n  outputs = {\n    home-manager,\n    wakanix,\n    ...\n  }@ inputs: let \n    system = \"x86_64-linux\";\n    in {\n      # Example standalone configuration\n      homeConfigurations.default = home-manager.lib.homeManagerConfiguration {\n        modules = [ \n          inputs.wakanix.homeManagerModules.wakanix\n            \n          {\n            programs.wakanix = {\n              # Add options here\n              };\n          }\n        ];\n      };\n    };\n};\n}\n```\n\n## Options:\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnulladmin1%2Fwakanix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnulladmin1%2Fwakanix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnulladmin1%2Fwakanix/lists"}