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

Refactor: Simplify #10

Open
4 of 12 tasks
MattSturgeon opened this issue Mar 27, 2024 · 0 comments
Open
4 of 12 tasks

Refactor: Simplify #10

MattSturgeon opened this issue Mar 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@MattSturgeon
Copy link
Owner

MattSturgeon commented Mar 27, 2024

  • Migrate to flake-parts #11
  • Export modules as flake outputs
  • Cleanup module defaults
    • Have all "unit" modules be opt-in (enable.__default = false)
    • Use mkDefault true in "profile" modules instead
  • Remove bad abstractions
  • Expose "config profiles" as modules
  • Expose "users" as modules
  • Migrate to standalone nixvim

If configuration-specific config is small enough, maybe it should be set directly in the flake modules instead of separate configuration.nix files?

Almost all settings should be set in self.nixosModules, self.homeModules, etc instead of self.nixosConfigurations etc

Maybe have a users flake output? Could contain nixos/home modules that configure user info? Or just contain user metadata?

@MattSturgeon MattSturgeon added the enhancement New feature or request label Mar 27, 2024
@MattSturgeon MattSturgeon mentioned this issue Mar 27, 2024
5 tasks
@MattSturgeon MattSturgeon changed the title Refactor: Simplify flake Refactor: Simplify Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant