forked from mirrors_public/oddlama_nix-config
chore: some more playing around with deadd, but still not to my liking
This commit is contained in:
parent
954d659264
commit
59bee10697
2 changed files with 130 additions and 70 deletions
|
@ -60,13 +60,13 @@ in {
|
|||
config.xdg.configFile."deadd/deadd.yml".source
|
||||
config.xdg.configFile."deadd/deadd.css".source
|
||||
];
|
||||
Restart = "always";
|
||||
RestartSec = "1sec";
|
||||
};
|
||||
Service = {
|
||||
Type = "dbus";
|
||||
BusName = "org.freedesktop.Notifications";
|
||||
ExecStart = "${cfg.package}/bin/deadd-notification-center";
|
||||
Restart = "always";
|
||||
RestartSec = "1sec";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue