11 lines
180 B
Nix
11 lines
180 B
Nix
# SPDX-FileCopyrightText: 2025 Ethan Reece <contact@ethanreece.com>
|
|
#
|
|
# SPDX-License-Identifier: LGPL-3.0-or-later
|
|
|
|
{
|
|
imports = [
|
|
./base
|
|
./editors
|
|
./languages
|
|
];
|
|
}
|