diff --git a/system/darwin/default.nix b/system/darwin/default.nix index 6b51b0b6..d4ac8408 100644 --- a/system/darwin/default.nix +++ b/system/darwin/default.nix @@ -85,6 +85,11 @@ in # swapLeftCommandAndLeftAlt = true; # swapLeftCtrlAndFn = true; }; + + activationScripts.postActivation.text = '' + # Disable the sound effects on boot + sudo nvram SystemAudioVolume=" " + ''; }; # Auto upgrade nix package and the daemon service.