nix/modules/home/imv.nix
2023-09-09 22:27:52 +02:00

5 lines
50 B
Nix

_: {
programs.imv = {
enable = true;
};
}