Merge branch 'master' of ssh://ssh.nx2.site:50022/nx2/dotfiles

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-08-24 14:55:14 +02:00
23 changed files with 1100 additions and 547 deletions

View File

@@ -49,4 +49,6 @@
libvdpau-va-gl
intel-media-driver
] else [];
services.upower.enable = true;
}

View File

@@ -5,8 +5,8 @@ lib.mkIf (hyper.host != "NxACE")
enable = true;
wantedBy = [ "timers.target" ];
timerConfig = {
OnBootSec = "5m";
OnUnitActiveSec = "5m";
OnBootSec = "30m";
OnUnitActiveSec = "10m";
Unit = "health_reminder.service";
};
};
@@ -34,11 +34,11 @@ lib.mkIf (hyper.host != "NxACE")
return action
actions = [
Action(action="look away for %o Seconds!", likelihood=300, options=["10", "15"]),
Action(action="Posture Check!", likelihood=300),
Action(action="look away for %o Seconds!", likelihood=30, options=["10", "15"]),
Action(action="Posture Check!", likelihood=200),
Action(action="Strech your upper body!", likelihood=20),
Action(action="Strech your core!", likelihood=10),
Action(action="Strech your legs!", likelihood=10),
Action(action="Strech your legs!", likelihood=20),
Action(action="Strech your arms/hands!", likelihood=10),
Action(action="Make Tea!", likelihood=5),
Action(action="", likelihood=2),