2024-05-17 12:03:33 -04:00

10 lines
92 B
Nix

{ pkgs, config, ... }:
{
programs = {
zathura = {
enable = true;
};
};
}