nixos-config/configs
2024-10-21 15:27:45 +08:00
..
disko diskoConfigs/archive: init 2024-02-27 21:05:49 +08:00
flake-parts hosts/plover: update deploy-rs settings 2024-10-07 15:10:55 +08:00
home-manager users/foo-dogsquared: enable Neorg for NixVim setup and add Oils for Unix as part of dev't setup 2024-10-21 15:26:05 +08:00
nixos hosts/plover: add ansible-playbooks as mirror repo in Gitea Terraform object 2024-10-21 15:27:45 +08:00
nixvim nixvimConfigs/fiesta/setups/ui: update Lualine settings 2024-10-04 14:30:44 +08:00
wrapper-manager wrapperPackages/dotfiles-wrapped: add Zellij wrapper 2024-10-04 17:09:08 +08:00
README.adoc docs: update configs README 2024-08-29 17:44:26 +08:00

This is the folder containing various configurations for various environments, typically the ones configured using the Nix module system such as NixOS, home-manager, and nixvim. Each of these configurations are assumed to use custom modules defined at ../modules/ (where it has similar folder structure).

Furthermore, these configurations do have a certain "codename" in the commits for easier inspection of the history. Here is the following list of them used in the repo history:

  • diskoConfigs for Disko configurations.

  • hosts for NixOS systems (e.g., hosts/ni).

  • users for home-manager configurations (e.g., users/foo-dogsquared).

  • nixvimConfigs for NixVim configurations (e.g., nixvimConfigs/fiesta).

  • wrapperPackages for wrapper-manager packages (e.g., wrappers/archive-setup).

  • flake for flake-parts (seeing it only has one of them, it is constantly referred to as flake).

These "codenames" are also used for their environment-specific module structuring (e.g., hosts.ni.services.backup.enable for NixOS, nixvimConfigs.fiesta.setups.tree-sitter for NixVim, users.foo-dogsquared.setups.desktop.enable for home-manager) with the exception of flake-parts where it is basically a free-for-all.

Lastly, these modules are referred collectively in the commits as modules.