1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: some more playing around with deadd, but still not to my liking

This commit is contained in:
oddlama 2023-10-01 17:33:27 +02:00
parent 954d659264
commit 59bee10697
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 130 additions and 70 deletions

View file

@ -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";
};
};
};