refactor: split systems into archetypes

refactor(module): move kernel config to module

refactor(module): move nix config to module

refactor(module): move networking config to module

refactor(module): move nix config to module

refactor(module): move grub config to module
This commit is contained in:
Jo 2024-09-06 17:43:30 +02:00
parent 067bc992b6
commit b43660c227
9 changed files with 228 additions and 66 deletions

View file

@ -27,8 +27,6 @@ let
in {
options.${namespace}.apps.zed-editor = { enable = mkEnableOption "zed-editor"; };
home.packages = [zed-fhs];
config = mkIf cfg.enable {
home.packages = [zed-fhs];
};