feat(desktop): move notification-daemon config to homes and use home-manager modules
This commit is contained in:
parent
4a50de5eed
commit
60ee8b4544
5 changed files with 21 additions and 16 deletions
|
@ -1,14 +0,0 @@
|
|||
{ osConfig, lib, ... }:
|
||||
{
|
||||
config = lib.mkMerge [
|
||||
(lib.mkIf (osConfig.desktop.notification-daemon == "mako") {
|
||||
home.sessionVariables.NOTIFICATION_DAEMON = "mako";
|
||||
services.mako = {
|
||||
enable = true;
|
||||
settings = {
|
||||
default-timeout = 10000;
|
||||
};
|
||||
};
|
||||
})
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue