hyprland: ntfy-sh added to home.packages
This commit is contained in:
parent
1be23afdef
commit
b87263862e
|
@ -6,8 +6,12 @@ let
|
|||
in
|
||||
{
|
||||
config = mkIf (hyprland.enable && cfg.enable) {
|
||||
home.packages = with pkgs; [
|
||||
ntfy-sh
|
||||
];
|
||||
|
||||
wayland.windowManager.hyprland.settings.exec-once = [
|
||||
"${pkgs.ntfy-sh}/bin/ntfy subscribe --config /etc/ntfy/client.yml --from-config"
|
||||
"ntfy subscribe --config /etc/ntfy/client.yml --from-config"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue