Compare commits
No commits in common. "b87263862e89a37e5f9974cc9f031b37fd72737a" and "5069872bcf15dbd81cff42555a27d28f2f32675b" have entirely different histories.
b87263862e
...
5069872bcf
|
@ -6,12 +6,8 @@ let
|
|||
in
|
||||
{
|
||||
config = mkIf (hyprland.enable && cfg.enable) {
|
||||
home.packages = with pkgs; [
|
||||
ntfy-sh
|
||||
];
|
||||
|
||||
wayland.windowManager.hyprland.settings.exec-once = [
|
||||
"ntfy subscribe --config /etc/ntfy/client.yml --from-config"
|
||||
"${pkgs.ntfy-sh}/bin/ntfy subscribe --config /etc/ntfy/client.yml --from-config"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -9,11 +9,6 @@ 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