mirror of
https://github.com/larstvei/nix-config.git
synced 2026-03-10 16:00:11 +00:00
Add zathura PDF reader
This commit is contained in:
parent
0e90938280
commit
7d454a1398
@ -4,6 +4,9 @@
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
theme = import ./theme;
|
||||
in
|
||||
{
|
||||
|
||||
home.packages = [
|
||||
@ -45,6 +48,14 @@
|
||||
};
|
||||
};
|
||||
|
||||
programs.zathura = {
|
||||
enable = true;
|
||||
options = {
|
||||
recolor-lightcolor = "#${theme.bg.dark}";
|
||||
recolor-darkcolor = "#${theme.fg.dark}";
|
||||
};
|
||||
};
|
||||
|
||||
services.darkman = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user