diff --git a/common/gui/steam.nix b/common/gui/steam.nix index b4dd8f6..6c94923 100644 --- a/common/gui/steam.nix +++ b/common/gui/steam.nix @@ -49,6 +49,7 @@ environment.systemPackages = with pkgs; [ protonup + steam-devices-udev-rules scanmem ]; }; diff --git a/hosts/grymforge/sleep.nix b/hosts/grymforge/sleep.nix index ee5267f..6555d01 100644 --- a/hosts/grymforge/sleep.nix +++ b/hosts/grymforge/sleep.nix @@ -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; }; };