nixos/home/zathura/default.nix

5 lines
102 B
Nix

{pkgs, ...}: {
# TODO add colour scheme and emacs keybinds
programs.zathura = {enable = true;};
}