puter/common/home-manager/features/imv.nix

13 lines
181 B
Nix
Raw Normal View History

2023-09-17 11:31:20 +00:00
{
programs.imv = {
enable = true;
settings = {
options = {
background = "checks";
loop_input = false;
overlay = true;
};
};
};
}