fix: disable mongohud on macos

This commit is contained in:
winston 2023-03-17 04:51:19 +01:00
parent de9d41df2c
commit e6d4f4964f
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -82,7 +82,7 @@ in {
man.enable = true;
taskwarrior.enable = true;
mangohud = {
enable = machine.personal;
enable = isLinux && machine.personal;
package = pkgs.unstable.mangohud;
};
};