modules/desktop: add mako to hyprland

This commit is contained in:
Sakooooo 2024-08-11 15:52:13 +04:00
parent 40577c004f
commit bb79618ba8
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 6 additions and 0 deletions

View file

@ -24,6 +24,8 @@ exec-once = dbus-update-activation-environment --systemd --all
exec-once = hyprpaper exec-once = hyprpaper
# bar # bar
exec-once = /home/sako/.config/waybar/launch-waybar.sh exec-once = /home/sako/.config/waybar/launch-waybar.sh
# notification dameon
exec-once = mako
# exec-once = /home/sako/.config/ags/launch-ags.sh # exec-once = /home/sako/.config/ags/launch-ags.sh
# applets # applets
exec-once = nm-applet exec-once = nm-applet

View file

@ -9,6 +9,8 @@ in
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
modules.desktop.dunst.enable = lib.mkForce false;
services.greetd = { services.greetd = {
enable = true; enable = true;
settings = { settings = {
@ -88,6 +90,8 @@ in
brightnessctl brightnessctl
inotify-tools inotify-tools
greetd.tuigreet greetd.tuigreet
# notifications
mako
]; ];
programs.hyprland = { programs.hyprland = {