Files
dotfiles/home/programs/yazi.nix

15 lines
261 B
Nix

{
pkgs,
lib,
device,
...
}: {
programs.
yazi = {
enable = true;
enableFishIntegration = true;
enableNushellIntegration = true;
theme = builtins.fromTOML (builtins.readFile "${pkgs.catppuccinThemes.yazi}/themes/mocha.toml");
};
}