feat(yazi): add catppuccin theme

This commit is contained in:
Mohammad Rafiq 2025-03-07 17:40:20 +08:00
parent bdbb40c953
commit 098b1dbcad
2 changed files with 758 additions and 0 deletions

View file

@ -3,5 +3,7 @@
enable = true;
package = inputs.yazi.packages.${pkgs.system}.default;
enableBashIntegration = true;
settings = {};
theme = builtins.fromTOML (builtins.readFile ./yazi/theme.toml);
};
}