Files
nixos-config/home/coding/editor/default.nix

7 lines
113 B
Nix
Raw Normal View History

# Editor aggregator — delegates to m3ta-nixpkgs editor modules.
{...}: {
imports = [
./neovim.nix
];
}