Replaced ranger with yazi, WIP

This commit is contained in:
Chris Toph 2025-05-30 01:16:37 -04:00
parent 81e05365da
commit d827c204b5
5 changed files with 10 additions and 22 deletions

View file

@ -1,19 +0,0 @@
{
programs.ranger = {
enable = true;
plugins = [
{
name = "zoxide";
src = builtins.fetchGit {
url = "https://github.com/jchook/ranger-zoxide.git";
rev = "281828de060299f73fe0b02fcabf4f2f2bd78ab3";
};
}
];
settings = {
show_hidden = true;
# preview_images = true;
# preview_images_method = w3m;
};
};
}

View file

@ -0,0 +1,7 @@
{
programs.yazi = {
enable = true;
# plugins = [];
# settings = {};
};
}

View file

@ -28,7 +28,7 @@ with lib.hm.gvariant;
"protontricks.desktop"
"qt5ct.desktop"
"qt6ct.desktop"
"ranger.desktop"
# "ranger.desktop"
"org.gnome.SystemMonitor.desktop"
"org.gnome.tweaks.desktop"
];

View file

@ -28,10 +28,10 @@ in
gpg-tui
micro
openssh
ranger
sshfs
wget
yay # my yay teehee
yazi
];
# Enable print to PDF.

View file

@ -62,9 +62,9 @@ in
## System-wide packages ##
environment.systemPackages = with pkgs; [
openssh
ranger
sshfs
wget
yazi
];
# https://wiki.nixos.org/wiki/FAQ/When_do_I_update_stateVersion