286 current 2025-01-25 01:00:19 25.05.20241217.d3c42f1 6.6.66 *

This commit is contained in:
2025-01-25 01:04:02 -05:00
parent 2ac0d7976c
commit 114cd9f5a6
2 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
builtins,
lib,
...
}: {
programs.zathura = {
enable = true;
extraConfig = ./zathurarc;
}
}