/ cells / core / homeConfigurations / default.nix
default.nix
1  # SPDX-FileCopyrightText: 2024-2025 sntx <sntx@sntx.space>
2  # SPDX-License-Identifier: AGPL-3.0-or-later
3  
4  { inputs, cell }:
5  inputs.hive.findLoad {
6    inherit inputs cell;
7    block = ./.;
8  }