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