This commit is contained in:
2024-05-17 12:03:33 -04:00
parent acff553975
commit 327eb04d7c
5 changed files with 30 additions and 1 deletions

View File

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