No description
docs | ||
nix | ||
.pre-commit-config.yaml | ||
flake.lock | ||
flake.nix | ||
README.md |
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 ];