Files
nixos/modules/home-manager/zathura.nix
Michael Thomson 04ddc8f9bf update
2026-02-13 11:39:55 -05:00

12 lines
97 B
Nix

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