1
0
Fork 0
nix-flake-base/flake-module.nix
2025-07-15 03:00:42 -05:00

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
];
}