1

Modules/Hyprland: Add option to toggle dunst

This commit is contained in:
2025-06-17 01:49:12 +02:00
parent 8a76146f15
commit d5384e0b97
2 changed files with 3 additions and 1 deletions

View File

@ -319,7 +319,7 @@ in {
# Notification service # Notification service
dunst = { dunst = {
enable = true; enable = hyprland.dunst.enable;
iconTheme.package = pkgs.papirus-icon-theme; iconTheme.package = pkgs.papirus-icon-theme;
iconTheme.name = "Papirus"; iconTheme.name = "Papirus";

View File

@ -25,6 +25,8 @@ with mylib.modules; {
description = "Wallpaper and colorscheme to use"; description = "Wallpaper and colorscheme to use";
}; };
dunst.enable = mkEnableOption "Enable dunst notification daemon";
monitors = mkOption { monitors = mkOption {
type = types.attrs; type = types.attrs;
description = "Hyprland Monitor Configurations"; description = "Hyprland Monitor Configurations";