feat: yazi & neovim - show shidden files

This commit is contained in:
Ryan Yin
2024-08-01 09:44:02 +08:00
parent 3e2340aee7
commit e9b502fa5f
2 changed files with 17 additions and 0 deletions
+6
View File
@@ -11,6 +11,12 @@
# Changing working directory when exiting Yazi
enableBashIntegration = true;
enableNushellIntegration = true;
settings = {
manager = {
show_hidden = true;
sort_dir_first = true;
};
};
};
xdg.configFile."yazi/theme.toml".source = "${nur-ryan4yin.packages.${pkgs.system}.catppuccin-yazi}/mocha.toml";