nvf/modules/plugins/utility/smart-splits/default.nix
2025-06-16 15:12:44 +02:00

6 lines
66 B
Nix

_: {
imports = [
./config.nix
./smart-splits.nix
];
}