13 lines
181 B
Nix
13 lines
181 B
Nix
{
|
|
programs.imv = {
|
|
enable = true;
|
|
settings = {
|
|
options = {
|
|
background = "checks";
|
|
loop_input = false;
|
|
overlay = true;
|
|
};
|
|
};
|
|
};
|
|
}
|