mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-09-05 18:30:39 +00:00
don't sleep
This commit is contained in:
@@ -70,6 +70,13 @@
|
|||||||
remapCapsLockToEscape = true;
|
remapCapsLockToEscape = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Power
|
||||||
|
power = {
|
||||||
|
sleep = {
|
||||||
|
computer = "never";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# Other
|
# Other
|
||||||
system.startup.chime = false;
|
system.startup.chime = false;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user