From 74982fa9f81c61324acb3405fed428340fb856e7 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sun, 14 Apr 2024 13:52:14 +0200 Subject: [PATCH] Enable dunst --- modules/home/de/hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home/de/hyprland.nix b/modules/home/de/hyprland.nix index 443e29c..cccace6 100644 --- a/modules/home/de/hyprland.nix +++ b/modules/home/de/hyprland.nix @@ -96,6 +96,8 @@ in { myConfig.rofi.enable = true; services.cliphist.enable = true; + services.dunst.enable = true; + wayland.windowManager.hyprland = { enable = true;