add libnotify

This commit is contained in:
Seaswimmer 2024-11-22 09:11:26 -05:00
parent f777082978
commit 60587a86f9
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -10,6 +10,7 @@ let
wl-clipboard wl-clipboard
# we install xdg-desktop-portal-gtk so GTK theming works in KDE Plasma # we install xdg-desktop-portal-gtk so GTK theming works in KDE Plasma
xdg-desktop-portal-gtk xdg-desktop-portal-gtk
libnotify
]; ];
flakePackages = with inputs; [ zen-browser.packages.${system}.specific ]; flakePackages = with inputs; [ zen-browser.packages.${system}.specific ];
in { in {