-
-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not write domain com.apple.universalaccess during fresh nix-darwin install on a flake #1049
Comments
Why does this fail initially? |
Could you post the error when it fails? One common issue is that setting any of the |
This fixed the issue for me. |
That might take me some time.. But, I will get back to you if I don't forget. |
Is there a command that can solve this? |
I got the perfect idea - Throw an error or warning message when this fails to compile based on this permissions issue specific setting! |
My custom config is
https://github.com/aspauldingcode/.dotfiles
and the first rebuild to install nix-darwin and build with the project flake fails with the command:
nix run --extra-experimental-features "nix-command flakes" nix-darwin -- switch --flake ~/.dotfiles#NIXY
My darwin-defaults.nix:
https://github.com/aspauldingcode/.dotfiles/blob/766f3b87cb6782e932e60a7a2be8e837c7d5ca40/system/NIXY/modules/darwin-defaults.nix#L88
which contains
system.defaults.universalaccess = {
mouseDriverCursorSize = 1.2;
reduceMotion = true;
reduceTransparency = true;
};
which after commenting out, it will work and then I can add it back it will work.
The text was updated successfully, but these errors were encountered: