From bb79618ba814ce1ea5985d345241fd891e308935 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 11 Aug 2024 15:52:13 +0400 Subject: [PATCH] modules/desktop: add mako to hyprland --- config/hyprland/hyprland.conf | 2 ++ modules/desktop/hyprland/default.nix | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/config/hyprland/hyprland.conf b/config/hyprland/hyprland.conf index fafb9b04..730948f8 100644 --- a/config/hyprland/hyprland.conf +++ b/config/hyprland/hyprland.conf @@ -24,6 +24,8 @@ exec-once = dbus-update-activation-environment --systemd --all exec-once = hyprpaper # bar exec-once = /home/sako/.config/waybar/launch-waybar.sh +# notification dameon +exec-once = mako # exec-once = /home/sako/.config/ags/launch-ags.sh # applets exec-once = nm-applet diff --git a/modules/desktop/hyprland/default.nix b/modules/desktop/hyprland/default.nix index d41ea79f..83cbc5d3 100644 --- a/modules/desktop/hyprland/default.nix +++ b/modules/desktop/hyprland/default.nix @@ -9,6 +9,8 @@ in config = lib.mkIf cfg.enable { + modules.desktop.dunst.enable = lib.mkForce false; + services.greetd = { enable = true; settings = { @@ -88,6 +90,8 @@ in brightnessctl inotify-tools greetd.tuigreet + # notifications + mako ]; programs.hyprland = {