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
|
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
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue