1748575735

This commit is contained in:
2025-05-29 21:28:55 -06:00
parent 132f014ea0
commit 534e637596

View File

@ -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; [