Modules/Hyprland: Add option to toggle dunst
This commit is contained in:
@ -319,7 +319,7 @@ in {
|
||||
|
||||
# Notification service
|
||||
dunst = {
|
||||
enable = true;
|
||||
enable = hyprland.dunst.enable;
|
||||
|
||||
iconTheme.package = pkgs.papirus-icon-theme;
|
||||
iconTheme.name = "Papirus";
|
||||
|
@ -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";
|
||||
|
Reference in New Issue
Block a user