14 lines
156 B
Nix
Raw Permalink Normal View History

# PDF Viewer
{ theme, ... }:
{
catppuccin.sioyek = {
enable = true;
flavor = theme.flavor;
};
programs.sioyek = {
enable = true;
};
}