From 9a023a2c5805deda8c4b314c5aec7ff401e9b04f Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 2 Feb 2026 11:00:53 +0100 Subject: added required packages for hyprland --- modules/home/hyprland/dunst.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 modules/home/hyprland/dunst.nix (limited to 'modules/home/hyprland/dunst.nix') diff --git a/modules/home/hyprland/dunst.nix b/modules/home/hyprland/dunst.nix new file mode 100644 index 0000000..98329dd --- /dev/null +++ b/modules/home/hyprland/dunst.nix @@ -0,0 +1,7 @@ +{ pkgs, ... }: + +{ + services.dunst = { + enable = true; + } +} \ No newline at end of file -- cgit v1.2.3