1748575735
This commit is contained in:
@ -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";
|
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:
|
# Packages:
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
Reference in New Issue
Block a user