marleyos/old/home/programs/zathura.nix
2024-11-15 17:45:23 -08:00

8 lines
90 B
Nix

{ ... }:
{
programs.zathura = {
enable = true;
rose-pine.enable = true;
};
}