Merge branch 'nixos' of github.com:MoritzBoehme/dotfiles into nixos
commit
d0db29693c
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
home-manager.users.moritz = {
|
home-manager.users.moritz = {
|
||||||
|
|
||||||
programs.zathura = {
|
programs.zathura = {
|
||||||
enable = true;
|
enable = true;
|
||||||
options = {
|
options = {
|
||||||
|
@ -42,6 +41,10 @@
|
||||||
statusbar-bg = "#282a36";
|
statusbar-bg = "#282a36";
|
||||||
statusbar-fg = "#f8f8f2";
|
statusbar-fg = "#f8f8f2";
|
||||||
|
|
||||||
|
render-loading = true;
|
||||||
|
render-loading-fg = "#282a36";
|
||||||
|
render-loading-bg = "#f8f8f2";
|
||||||
|
|
||||||
#
|
#
|
||||||
# Recolor settings
|
# Recolor settings
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue