modules/desktop: add mako to hyprland
This commit is contained in:
parent
40577c004f
commit
bb79618ba8
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue