No description
Find a file
2025-07-07 17:42:30 +08:00
docs feat(helpers/text): add headings and descriptions 2025-07-07 17:42:22 +08:00
nix build(flake): add home-manager and example config 2025-07-07 17:42:30 +08:00
.pre-commit-config.yaml feat(git-hooks): add more git-hooks and linters 2025-07-07 17:42:29 +08:00
flake.lock build(flake): add home-manager and example config 2025-07-07 17:42:30 +08:00
flake.nix build(flake): add home-manager and example config 2025-07-07 17:42:30 +08:00
README.md build(flake): add home-manager and example config 2025-07-07 17:42:30 +08:00

Pantheon

This flake serves as a monorepo for my systems (using IaC), dotfiles, and scripts.

Generated Files

This flake uses the files flake-parts module to generate documentation. The list of generated files are:

Structure

The system configurations are defined in flake.manifest. The attribute flake.modules.nixos.common provides options that will be applied to every system. You can use it as seen here:

flake.modules.nixos.common.imports = [ inputs.home-manager.nixosModules.default ];