13 lines
214 B
Nix
13 lines
214 B
Nix
# SPDX-FileCopyrightText: 2025 Ethan Reece <contact@ethanreece.com>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
# https://gitlab.com/hmajid2301/nixicle
|
|
|
|
{ ... }:
|
|
{
|
|
imports = [
|
|
../disko-config.nix
|
|
./base.nix
|
|
];
|
|
}
|