mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Filesystems] enable systembus-notify, make x11 conditional on desktop enabled
This commit is contained in:
parent
4a60d768e1
commit
e60c75cde6
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue