this repo has no description
nix

Add zathura

Signed-off-by: Adam Hellberg <sharparam@sharparam.com>
Change-Id: Ie1d3c9bf8f020d3d2adb98fe243f95f66a6a6964

sharparam.com d901169b 81bf47d1

verified
+15
+1
modules/homes/sharparam@melina/module.nix
··· 23 23 includes = [ 24 24 <sharparam> 25 25 <programs/ente> 26 + <programs/zathura> 26 27 ]; 27 28 28 29 homeManager = {
+14
modules/programs/zathura.nix
··· 1 + { 2 + programs.zathura = { 3 + homeManager = { 4 + programs.zathura = { 5 + enable = true; 6 + options = { 7 + selection-clipboard = "clipboard"; 8 + statusbar-home-tilde = true; 9 + window-title-home-tilde = true; 10 + }; 11 + }; 12 + }; 13 + }; 14 + }