[Filesystems] enable systembus-notify, make x11 conditional on desktop enabled

This commit is contained in:
Antoine Viallon 2025-01-22 15:17:26 +01:00
parent 4a60d768e1
commit e60c75cde6
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -130,9 +130,10 @@ in
recipient = "antoine@lesviallon.fr";
};
notifications.x11 = {
enable = true;
enable = config.aviallon.desktop.enable;
display = ":0";
};
notifications.systembus-notify.enable = config.aviallon.desktop.enable;
};
};
}