nixdots/home/programs/terminal/file-managers/default.nix
2024-07-27 01:07:07 +02:00

12 lines
276 B
Nix

# Note: Pretty much all of these configurations were copied from
# https://git.notashelf.dev/NotAShelf/nyx, there may be some small
# adjustments made to them but the majority of the credit goes to
# notashelf.
_: {
imports = [
./yazi
./xplr
./ranger.nix
];
}