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
dunst = {
enable = true;
enable = hyprland.dunst.enable;
iconTheme.package = pkgs.papirus-icon-theme;
iconTheme.name = "Papirus";

View File

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