{"id":23104782,"url":"https://github.com/mayniklas/dotfiles","last_synced_at":"2025-04-03T22:12:54.254Z","repository":{"id":235675346,"uuid":"394730244","full_name":"MayNiklas/dotfiles","owner":"MayNiklas","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-20T09:25:52.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-09T10:09:37.280Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MayNiklas.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}},"created_at":"2021-08-10T17:32:13.000Z","updated_at":"2023-03-17T22:24:58.000Z","dependencies_parsed_at":"2024-04-24T08:08:34.069Z","dependency_job_id":null,"html_url":"https://github.com/MayNiklas/dotfiles","commit_stats":null,"previous_names":["mayniklas/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayNiklas%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayNiklas%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayNiklas%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MayNiklas%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MayNiklas","download_url":"https://codeload.github.com/MayNiklas/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247086027,"owners_count":20881160,"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-12-17T00:36:19.797Z","updated_at":"2025-04-03T22:12:54.228Z","avatar_url":"https://github.com/MayNiklas.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# my dotfiles managed by home-manager\n\nContains my dotfiles for non NixOS systems.\n\n## Introduction\n\nOver the last two years, I have been using NixOS together with home-manager to manage my dotfiles.\nSince my primary laptop is a MacBook, I have decided to give home manager a try in a seperate repository (simplicity).\n\n## Pre-requisites\n\n- install [Nix](https://nixos.org/download.html)\n- enable [Nix Flakes](https://nixos.wiki/wiki/Flakes)\n\n## Commands\n\n```bash\n# build /check configuration\nnix build .#homeConfigurations.nik@MacBook-Pro-14-2021.activationPackage\n\n# initialize configuration\nnix run .#homeConfigurations.nik@MacBook-Pro-14-2021.activationPackage\n\n# rebuild configuration\nhome-manager switch --flake .\n\n# basic flake check\nnix flake check\n\n# update flake.lock -\u003e updates all flake inputs (e.g. system update)\nnix flake update\n\n# update a single flake input\nnix flake lock --update-input nixpkgs\n\n# show contents of flake\nnix flake show\n\n# show flake info\nnix flake info\n\n# run flake app externally\nnix run 'github:mayniklas/nixos#owncast'\n\n# run flake app\nnix run nixpkgs#python39 -- --version  \n\n# lists all syslinks into the nix store (helpfull for finding old builds that can be deleted)\nnix-store --gc --print-roots\n\n# delete unused elements in nix store\nnix-collect-garbage\n\n# also delete iterations\nnix-collect-garbage -d\n\n# use auto formatter on flake.nix\nnix fmt flake.nix\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayniklas%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmayniklas%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayniklas%2Fdotfiles/lists"}