NixFiles/maddie/zathura.nix
2023-03-09 08:33:38 +00:00

6 lines
56 B
Nix

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