mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 07:59:40 +00:00
13 lines
278 B
Nix
13 lines
278 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
|
|
];
|
|
}
|
|
|