feat: add theme - catppuccin-yazi

This commit is contained in:
Ryan Yin
2023-12-28 00:23:11 +08:00
parent 19d6cdf416
commit 2cdb0afe48
2 changed files with 7 additions and 5 deletions

View File

@@ -1,10 +1,13 @@
{pkgs-unstable, ...}: {
{pkgs-unstable, nur-ryan4yin, ...}: {
# terminal file manager
programs.yazi = {
enable = true;
package = pkgs-unstable.yazi;
# Changing working directory when exiting Yazi
enableBashIntegration = true;
# TODO: nushellIntegration is broken on release-23.11, wait for master's fix to be released
enableNushellIntegration = false;
};
xgd.configFile."yazi/theme.toml".source = "${nur-ryan4yin.cattppuccin-yazi}/mocha.toml";
}