14 lines
156 B
Nix
14 lines
156 B
Nix
# PDF Viewer
|
|
{ theme, ... }:
|
|
|
|
{
|
|
catppuccin.sioyek = {
|
|
enable = true;
|
|
flavor = theme.flavor;
|
|
};
|
|
|
|
programs.sioyek = {
|
|
enable = true;
|
|
};
|
|
}
|