nix-config/home/pqiv.nix
Donovan Glover 0151098d47
chore: Update flake inputs
Notable changes include upgrading to Plasma 6 in the DE specialization
as well as updating the pqiv config to work with the latest home-manger
change.
2024-03-22 12:22:23 -04:00

23 lines
442 B
Nix

{
programs.pqiv = {
enable = true;
settings = {
options = {
lazy-load = 1;
hide-info-box = 1;
scale-mode-screen-fraction = 1;
background-pattern = "black";
disable-backends = "archive,archive_cbx,libav,poppler,spectre";
thumbnail-size = "256x256";
command-1 = "thunar";
};
};
extraConfig = ''
[actions]
set_cursor_auto_hide(1)
'';
};
}