From 534e637596fffe5e0bf8639928c5a02b46e50101 Mon Sep 17 00:00:00 2001 From: Atridad Date: Thu, 29 May 2025 21:28:55 -0600 Subject: [PATCH] 1748575735 --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index e632dd1..2eed0a6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -87,6 +87,10 @@ confcpy="sudo rm -rf /etc/nixos/configuration.nix && sudo cp ~/Developer/nix/configuration.nix /etc/nixos/configuration.nix && cd ~/Developer/nix && git add -A && git commit -m \"$(date -u +%s)\" && git push"; }; + # Sleep + systemd.sleep.extraConfig = '' + AllowHybridSleep=no + ''; # Packages: environment.systemPackages = with pkgs; [