{"id":25036754,"url":"https://github.com/gil0mendes/dotfiles","last_synced_at":"2025-05-01T01:53:45.863Z","repository":{"id":72185123,"uuid":"219352830","full_name":"gil0mendes/dotfiles","owner":"gil0mendes","description":"My Darwin Nix system configs! ","archived":false,"fork":false,"pushed_at":"2025-04-11T17:38:12.000Z","size":297,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-01T01:53:40.362Z","etag":null,"topics":["dotfiles","nix","tmux","vim","zsh"],"latest_commit_sha":null,"homepage":"","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gil0mendes.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":"2019-11-03T19:20:03.000Z","updated_at":"2025-04-11T17:38:16.000Z","dependencies_parsed_at":"2024-04-12T15:52:09.699Z","dependency_job_id":"024970e5-0c5d-428e-8b8a-f91e59c50680","html_url":"https://github.com/gil0mendes/dotfiles","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gil0mendes%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gil0mendes%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gil0mendes%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gil0mendes%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gil0mendes","download_url":"https://codeload.github.com/gil0mendes/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251810903,"owners_count":21647627,"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":["dotfiles","nix","tmux","vim","zsh"],"created_at":"2025-02-06T00:07:39.034Z","updated_at":"2025-05-01T01:53:45.833Z","avatar_url":"https://github.com/gil0mendes.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Personal Nix configs\n\n## Requirements\n\nIn order to install this dotfiles you must to already have installed:\n\n- https://brew.sh\n- https://nixos.org/download/\n\n## Installation\n\n```bash\n# clone this repository into ~/.dotfiles\ngit clone git@github.com:gil0mendes/dotfiles.git ~/.dotfiles\n\n# install nix pkg manager\ncurl -L https://nixos.org/nix/install | sh\n\n# close and open a new terminal\n\n# configure nix to use flakes\nmkdir -p ~/.config/nix\ncat \u003c\u003cEOF \u003e ~/.config/nix/nix.conf\nexperimental-features = nix-command flakes\nEOF\n\n# Until this is addressed https://github.com/LnL7/nix-darwin/issues/149\nsudo mv /etc/nix/nix.conf /etc/nix/.nix-darwin.bkp.nix.conf\n\n# Build the configuration\ncd ~/.dotfiles\nnix build .#darwinConfigurations.g0m.system\n\n# Enable the configuration\n./result/sw/bin/darwin-rebuild switch --flake .#g0m\n```\n\nFor rebuilding the configuration run:\n\n```bash\ndarwin-rebuild switch --flake .#g0m\n```\n\n### Extra steps for Kanata\n\nIn order to use Kanata we need to manually install the [VirtualHIDDevice](https://github.com/pqrs-org/Karabiner-DriverKit-VirtualHIDDevice) driver.\n\nAfter install the driver execute this command:\n\n```sh\n/Applications/.Karabiner-VirtualHIDDevice-Manager.app/Contents/MacOS/Karabiner-VirtualHIDDevice-Manager activate\n```\n\n## Maintenance\n\n### Upgrade Nix\n\n```sh\nsudo -i sh -c 'nix-channel --update \u0026\u0026 nix-env -iA nixpkgs.nix \u0026\u0026 launchctl remove org.nixos.nix-daemon \u0026\u0026 launchctl load /Library/LaunchDaemons/org.nixos.nix-daemon.plist'\n```\n\n### Update flake inputs\n\n```sh\nflakeup\n```\n\n## Inspiration\n\n- https://github.com/malob/nixpkgs\n- https://gitlab.com/gil0mendes/dotfiles/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgil0mendes%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgil0mendes%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgil0mendes%2Fdotfiles/lists"}