nixos-config/configs
Gabriel Arazas 87db9e9052
flake: update Bahaghari flake outputs
This is primarily to avoid importing a "subflake" which will constantly update
the lockfile so we'll have this set instead.
2024-02-23 18:15:51 +08:00
..
flake-parts flake: update Bahaghari flake outputs 2024-02-23 18:15:51 +08:00
home-manager users/foo-dogsquared/programs/nixvim: update Lush scheme template 2024-02-23 07:27:40 +08:00
nixos hosts/plover: make disko as a dedicated NixOS module 2024-02-23 07:25:44 +08:00
nixvim docs: add README for NixVim configs 2024-02-14 18:59:24 +08:00
README.adoc docs: add README for configs and Fiesta NixVim config 2024-01-26 22:30:59 +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:

  • 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).

  • 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.