From 0c4079bff832b6710403c74d115d8d2d20ab1ac9 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Thu, 2 Oct 2025 11:20:38 +0200 Subject: [PATCH] replace safeeyes with stretchly stretchly autostart --- modules/desktops/hyprland-desktop.nix | 3 --- modules/hm/hyprland.nix | 1 + modules/programs.nix | 3 +++ 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/desktops/hyprland-desktop.nix b/modules/desktops/hyprland-desktop.nix index 815bca9..f7bca46 100644 --- a/modules/desktops/hyprland-desktop.nix +++ b/modules/desktops/hyprland-desktop.nix @@ -25,9 +25,6 @@ # Hypridle, idle daemon hypridle.enable = true; - - # Eye protection - safeeyes.enable = true; }; # ================================ diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index 90135c5..1486e41 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -10,6 +10,7 @@ in { "hyprctl setcursor capitaine-cursors 32" # Set mouse cursor "wl-paste --type text --watch cliphist store" # Stores only text data "wl-paste --type image --watch cliphist store" # Stores only image data + "stretchly" # Launch Break reminder ]; misc = { diff --git a/modules/programs.nix b/modules/programs.nix index 3630d6e..f6a8e4d 100644 --- a/modules/programs.nix +++ b/modules/programs.nix @@ -89,6 +89,9 @@ in { cava # Audio visualizer wireplumber # Audio server pavucontrol # Audio control + + # Health + stretchly # Break reminder ]; programs = {