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:
parent
067bc992b6
commit
b43660c227
9 changed files with 228 additions and 66 deletions
|
@ -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];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue