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;
};
}

View file

@ -70,6 +70,7 @@
../modules/home/firefox
../modules/home/foot.nix
../modules/home/zathura.nix
../modules/home/imv.nix
] ++ (
if hostConfig.gaming then
[ ../modules/home/lutris.nix ]