Compare commits

...

2 commits

Author SHA1 Message Date
bdede3c7b3
feat: add sleep timers
Signed-off-by: gwg313 <gwg313@pm.me>
2025-07-13 08:56:19 -04:00
7a82a29134
fix: add steam controller support
Signed-off-by: gwg313 <gwg313@pm.me>
2025-07-13 08:55:27 -04:00
2 changed files with 2 additions and 1 deletions

View file

@ -49,6 +49,7 @@
environment.systemPackages = with pkgs; [
protonup
steam-devices-udev-rules
scanmem
];
};

View file

@ -15,7 +15,7 @@
description = "Timer to suspend PC at 10PM daily";
wantedBy = [ "timers.target" ];
timerConfig = {
OnCalendar = "daily 22:00";
OnCalendar = "*-*-* 22:00:00";
Persistent = true;
};
};