{ nixosConfig, lib, ... }: { programs.mangohud = lib.mkIf nixosConfig.my.desktop.gaming.enable { enable = true; }; }