nixdots/home/programs/terminal/file-managers/default.nix

13 lines
278 B
Nix
Raw Normal View History

2024-04-05 01:25:59 +02:00
# 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.
2024-04-05 01:17:53 +02:00
_: {
imports = [
./yazi
2024-04-05 01:22:59 +02:00
./xplr
2024-04-05 01:26:38 +02:00
./ranger.nix
2024-04-05 01:17:53 +02:00
];
}