mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 01:14:01 +01:00
meta: Include libnotify at the hyprland level
Not really needed inside the swaync module.
This commit is contained in:
parent
e4d273cb6c
commit
eec082cb01
@ -26,6 +26,7 @@ in
|
||||
wvkbd
|
||||
brightnessctl
|
||||
playerctl
|
||||
libnotify
|
||||
mpvpaper
|
||||
lnch
|
||||
wev
|
||||
|
@ -1,12 +1,3 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
inherit (pkgs) libnotify;
|
||||
in
|
||||
{
|
||||
home.packages = [ libnotify ];
|
||||
|
||||
services.swaync = {
|
||||
enable = true;
|
||||
};
|
||||
services.swaync.enable = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user