This commit is contained in:
Yorick Barbanneau 2023-09-09 22:27:52 +02:00
parent 8de0eb092f
commit b95b0f8ee7
2 changed files with 6 additions and 0 deletions

5
modules/home/imv.nix Normal file
View file

@ -0,0 +1,5 @@
_: {
programs.imv = {
enable = true;
};
}