From d0f41f7b6e1e8512e5ccf5c5c8e5f6ddabe46915 Mon Sep 17 00:00:00 2001 From: Ahurac Date: Mon, 7 Oct 2024 15:17:46 +0200 Subject: [PATCH] feat(`hyprland`): add `hyprnotify` --- common/home.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/home.nix b/common/home.nix index 38d2ade..d2b8852 100644 --- a/common/home.nix +++ b/common/home.nix @@ -30,6 +30,8 @@ texliveFull bash-language-server shfmt + hyprnotify + libnotify (nerdfonts.override { fonts = [ "Hack" ]; }) ]; @@ -178,7 +180,7 @@ "$discord" = "flatpak run io.github.spacingbat3.webcord"; "$deezer" = "flatpak run dev.aunetx.deezer"; - exec-once = [ "swayosd-server" ]; + exec-once = [ "swayosd-server" "hyprnotify" ]; binds = { scroll_event_delay = 0;