Compare commits
2 commits
5069872bcf
...
b87263862e
Author | SHA1 | Date | |
---|---|---|---|
Tigor Hutasuhut | b87263862e | ||
Tigor Hutasuhut | 1be23afdef |
|
@ -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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -9,6 +9,11 @@ in
|
|||
libnotify
|
||||
];
|
||||
|
||||
home.file.".config/swaync/config.json".text = builtins.toJSON {
|
||||
positionX = "right";
|
||||
positionY = "top";
|
||||
};
|
||||
|
||||
wayland.windowManager.hyprland.settings.exec-once = [
|
||||
"swaync"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue