mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 09:24:17 +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
|
wvkbd
|
||||||
brightnessctl
|
brightnessctl
|
||||||
playerctl
|
playerctl
|
||||||
|
libnotify
|
||||||
mpvpaper
|
mpvpaper
|
||||||
lnch
|
lnch
|
||||||
wev
|
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