home-manager: Add temporary fix for fnott

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-04-20 15:53:14 +02:00
parent e2c0669bb0
commit 16c01f8e41
Signed by: c8h4
GPG key ID: 6817E9C75C0785D7

View file

@ -291,6 +291,15 @@ in {
};
};
# FIXME: Temporary until upstream is fixed
# https://github.com/nix-community/home-manager/pull/3899
xdg.dataFile."dbus-1/services/fnott.service".text = ''
[D-BUS Service]
Name=org.freedesktop.Notifications
Exec=${config.services.fnott.package}/bin/fnott"
SystemdService=fnott.service
'';
programs.wofi = {
enable = true;
style = builtins.readFile ../../extra/wofi/style.css;