{"id":22898887,"url":"https://github.com/dwarfmaster/home-nix","last_synced_at":"2025-07-03T19:07:07.532Z","repository":{"id":61406141,"uuid":"205659667","full_name":"dwarfmaster/home-nix","owner":"dwarfmaster","description":"My dotfile as managed by nix with home-manager","archived":false,"fork":false,"pushed_at":"2025-05-18T20:02:41.000Z","size":7671,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-18T21:21:41.238Z","etag":null,"topics":["home-manager","nix","nix-dotfiles"],"latest_commit_sha":null,"homepage":null,"language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dwarfmaster.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,"zenodo":null}},"created_at":"2019-09-01T10:14:15.000Z","updated_at":"2025-05-18T20:02:45.000Z","dependencies_parsed_at":"2024-04-14T22:27:39.847Z","dependency_job_id":"ed9a9058-e0c8-4b3f-aee7-89286b812e2c","html_url":"https://github.com/dwarfmaster/home-nix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dwarfmaster/home-nix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwarfmaster%2Fhome-nix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwarfmaster%2Fhome-nix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwarfmaster%2Fhome-nix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwarfmaster%2Fhome-nix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dwarfmaster","download_url":"https://codeload.github.com/dwarfmaster/home-nix/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwarfmaster%2Fhome-nix/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263385679,"owners_count":23458743,"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":["home-manager","nix","nix-dotfiles"],"created_at":"2024-12-14T00:35:17.597Z","updated_at":"2025-07-03T19:07:07.496Z","avatar_url":"https://github.com/dwarfmaster.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# My Nix home\n\nThis repos contains the NixOS and home-manager configuration for all my\ncomputers. It is organised in the following way:\n\n- `flake.nix`: Tie everything together. It is responsible for propagating the\n  modules and overlays from the inputs to the rest of the config. As of now it\n  is a big spaghetti code that shouldn't be edited often.\n- `utils.nix`: Helper library functions that are needed to manipulate modules,\n  ie cannot depend on value set through the module system.\n- `lib`: A directory of helper functions that are made available to modules\n  through `config.lib`.\n- `packages`: Individual packages definition, instantiation through an overlay\n  in `packages/default.nix`. Packages defined here will be exposed as package\n  output of the flake.\n- `overlays`: Additional overlays I may need. Overlays defined here will be\n  exposed as overlay output of the flake.\n- `modules`: Additional modules for every module system. The subdirectories\n  define at which step of the module hierarchy they should be applied. As of now\n  three types of modules are supported `nixos` ones, `hm` ones and `nixvim`\n  ones. Modules defined here will be exposed as `nixosModules`, `hmModules` and\n  `nixvimModules` respectively in the outputs of the flake.\n- `profiles`: Profiles are modules that don't define options. Most of the\n  concrete configuration is done through this. Like modules, they are split\n  depending on their kind, being `nixos`, `hm` or `nixvim` as of now. Each\n  profile should be defined as a `default.nix` in a directory. Those files will\n  be automatically found, and exposed as options that can be enabled. For\n  example, a file `hm/interface/theme/default.nix` will be exposed as an option\n  in home-manager named `interface.theme.enable` that when toggled will have the\n  same effect as importing the previous file.\n- `hosts`: Top level configurations for computers. All home-manager\n  configurations must be used from those, they are not exposed otherwise.\n  Semantically this is the entry points of the configurations. They are exposed\n  in the `nixosConfigurations` output of the flake.\n\n## Miscellaneous\n\nSome effort has been done to create a uniform feeling and theme across\napplications. To do so I am actually using\n[nix-colors](https://github.com/Misterio77/nix-colors), but I am planning to\nmove to [stylix](https://github.com/danth/stylix) when after refactoring it.\n\nAfter using [Doom Emacs](https://github.com/doomemacs/doomemacs) for some years,\nI am in the process of moving to neovim, configured through\n[nixvim](https://github.com/pta2002/nixvim). As of now the setup is a ugly mix\nof part of configuration for the two of them.\n\nInstead of setting up the packages and editor for different languages directly\nin the home-manager configuration, I'd like to expose it as devshells that I can\nuse in different projects. Maybe do something based on\n[devenv.sh](https://devenv.sh/).\n\nAs of now there is no way to handle secrets in the configuration, and this is a\nproblem.\n\nThis whole repository is definitely overengineered, but it is fun to hack on.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdwarfmaster%2Fhome-nix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdwarfmaster%2Fhome-nix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdwarfmaster%2Fhome-nix/lists"}