added zathura.
This commit is contained in:
parent
bbf2854a5a
commit
5661362a6f
3 changed files with 10 additions and 5 deletions
|
|
@ -9,7 +9,10 @@
|
||||||
settings = {
|
settings = {
|
||||||
profiles."matrix.org".user_id = "@gabev:matrix.org";
|
profiles."matrix.org".user_id = "@gabev:matrix.org";
|
||||||
settings = {
|
settings = {
|
||||||
image_preview.size={height=10; width=80;};
|
image_preview.size = {
|
||||||
|
height = 10;
|
||||||
|
width = 80;
|
||||||
|
};
|
||||||
notifications.enabled = true;
|
notifications.enabled = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,9 @@
|
||||||
firefox
|
firefox
|
||||||
thunderbird
|
thunderbird
|
||||||
mpv
|
mpv
|
||||||
|
zathura
|
||||||
];
|
];
|
||||||
|
nixpkgs.config.zathura.useMupdf = true;
|
||||||
services.playerctld.enable = true;
|
services.playerctld.enable = true;
|
||||||
xsession.enable = true;
|
xsession.enable = true;
|
||||||
xsession.windowManager.i3 = let
|
xsession.windowManager.i3 = let
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue