Files
m3ta-home/profiles/sets/coding/editor/default.nix
T

7 lines
113 B
Nix
Raw Normal View History

2026-05-02 09:08:40 +02:00
# Editor aggregator — delegates to m3ta-nixpkgs editor modules.
{...}: {
imports = [
./neovim.nix
];
}