feat(home): Configure dark mode for zathura
This commit is contained in:
parent
4be769b23f
commit
21bb4d0dc9
3 changed files with 49 additions and 1 deletions
8
home/alex/programs/zathura/default.nix
Normal file
8
home/alex/programs/zathura/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
config.programs.zathura = {
|
||||
enable = true;
|
||||
extraConfig = builtins.readFile ./gruvbox-dark.zathurarc;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue