meta: Include libnotify at the hyprland level

Not really needed inside the swaync module.
This commit is contained in:
Donovan Glover 2024-07-22 13:06:26 -04:00
parent e4d273cb6c
commit eec082cb01
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 2 additions and 10 deletions

View File

@ -26,6 +26,7 @@ in
wvkbd wvkbd
brightnessctl brightnessctl
playerctl playerctl
libnotify
mpvpaper mpvpaper
lnch lnch
wev wev

View File

@ -1,12 +1,3 @@
{ pkgs, ... }:
let
inherit (pkgs) libnotify;
in
{ {
home.packages = [ libnotify ]; services.swaync.enable = true;
services.swaync = {
enable = true;
};
} }