Modules/Hyprland: Add option to toggle dunst
This commit is contained in:
@ -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";
|
||||||
|
@ -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";
|
||||||
|
Reference in New Issue
Block a user