This commit is contained in:
Michael Thomson
2026-02-13 11:39:55 -05:00
parent 0ed4c47c0e
commit 04ddc8f9bf
5 changed files with 7 additions and 20 deletions

View File

@@ -0,0 +1,11 @@
{
pkgs,
config,
...
}: {
programs = {
zathura = {
enable = true;
};
};
}