8 lines
144 B
Nix
8 lines
144 B
Nix
# SPDX-FileCopyrightText: 2025 Ethan Reece <contact@ethanreece.com>
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
{ ... }:
|
|
{
|
|
imports = [ ../base.nix ];
|
|
}
|