nix-conf/system/modules/nvf/binds/default.nix
2025-01-10 14:22:56 +08:00

6 lines
148 B
Nix

let
general = import ./general.nix;
telescope = import ./telescope.nix;
neoTree = import ./neo-tree.nix;
in
general ++ telescope ++ neoTree