Replaced ranger with yazi, WIP
This commit is contained in:
parent
81e05365da
commit
d827c204b5
5 changed files with 10 additions and 22 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
7
home/global/core/yazi.nix
Normal file
7
home/global/core/yazi.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
programs.yazi = {
|
||||
enable = true;
|
||||
# plugins = [];
|
||||
# settings = {};
|
||||
};
|
||||
}
|
|
@ -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"
|
||||
];
|
||||
|
|
|
@ -28,10 +28,10 @@ in
|
|||
gpg-tui
|
||||
micro
|
||||
openssh
|
||||
ranger
|
||||
sshfs
|
||||
wget
|
||||
yay # my yay teehee
|
||||
yazi
|
||||
];
|
||||
|
||||
# Enable print to PDF.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue