nvf/modules/utility/default.nix

15 lines
171 B
Nix
Raw Normal View History

_: {
imports = [
./binds
./gestures
2023-04-05 02:14:13 +03:00
./motion
./telescope
2023-06-04 09:41:10 +03:00
./ccc
./icon-picker
./telescope
2023-03-01 12:08:24 +03:00
./diffview
2023-05-10 14:41:17 +03:00
./wakatime
2023-06-07 14:28:27 +03:00
./surround
];
}