diff options
| author | Leander Scherer <leander@schererleander.de> | 2026-02-06 21:10:02 +0100 |
|---|---|---|
| committer | Leander Scherer <leander@schererleander.de> | 2026-02-06 21:10:02 +0100 |
| commit | 4aaa679f59222436668b8dc3275051bbb2b2a766 (patch) | |
| tree | 77ff594708c8af3686bf9ca7303e78df6d90d436 /modules/hosts/lilith | |
| parent | 0070d30074cb71ca745644384d230abeaa0a2d04 (diff) | |
style(hosts): formatting
Diffstat (limited to 'modules/hosts/lilith')
| -rw-r--r-- | modules/hosts/lilith/flake-parts.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/hosts/lilith/flake-parts.nix b/modules/hosts/lilith/flake-parts.nix index 51aa5e3..a70c471 100644 --- a/modules/hosts/lilith/flake-parts.nix +++ b/modules/hosts/lilith/flake-parts.nix @@ -7,10 +7,10 @@ flake.darwinConfigurations.lilith = inputs.nix-darwin.lib.darwinSystem { specialArgs = { inherit inputs; }; system = "aarch64-darwin"; - modules = [ - inputs.self.modules.darwin.lilith - inputs.self.modules.darwin.dns - inputs.self.modules.darwin.home-manager + modules = with inputs.self.modules.darwin; [ + lilith + dns + home-manager ]; }; } |
