Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make options for nixos/ directories #48

Open
tomodachi94 opened this issue Oct 24, 2024 · 0 comments
Open

Make options for nixos/ directories #48

tomodachi94 opened this issue Oct 24, 2024 · 0 comments
Labels
type: enhancement New feature or request

Comments

@tomodachi94
Copy link
Owner

Make some options for each of the directories/"layers", something like:

{
  local.layers.base = true; # this should be default
  local.layers.workstation = true; # this should not be default
  local.host = "ponyo"; # should be set in tomolib.mkNixosConfig
}

Import all NixOS modules by default, but gate all things behind those options.

Additionally, import all Home-Manager modules by default, but enable them all only per-system type (isLinux/isDarwin).

@tomodachi94 tomodachi94 added the type: enhancement New feature or request label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant