feat: configure zathura in nix
This commit is contained in:
parent
543961f3ee
commit
fdd1f8ed4d
2 changed files with 5 additions and 0 deletions
5
modules/home/zathura/zathura.nix
Normal file
5
modules/home/zathura/zathura.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{default, ...}: {
|
||||||
|
|
||||||
|
programs.zathura.enable = true;
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in a new issue