nix-darwin icon indicating copy to clipboard operation
nix-darwin copied to clipboard

nix modules for darwin

Results 266 nix-darwin issues
Sort by recently updated
recently updated
newest added

### Is there an existing issue for this? - [X] I have searched the existing issues ### Issue description I've just noticed that all the files sourced with `builtins.readFile` end...

Since updating to macOS Big Sur 11.6 (which provides an important security update, as I understand it), I've been receiving the following non-blocking error during rebuilds: ``` configuring time... 2021-09-16...

As of [a while ago](https://github.com/NixOS/nix/pull/762), Nix has builtin floats. Would you be open to a PR that refactors everything that uses [this custom float type](https://github.com/LnL7/nix-darwin/blob/4fdbb8168f61d31d3f90bb0d07f48de709c4fe79/modules/system/defaults-write.nix#L8) to use the builtin float...

Adds support for the `com.apple.mouse.scaling` GlobalPreferences setting. This is [useful for disabling mouse acceleration](https://devhints.io/macos-mouse-acceleration).

On aarch64-darwin, I get the following output from nix: ``` ➜ darwin-rebuild -L --flake /Users/jamie/Git/nixfiles switch building the system configuration... error: cannot link '/nix/store/.tmp-link-64480-79859421' to '/nix/store/.links/0i6ypwi0pzkgpxxqprlpyik72zxzkvkzrj7ahqj5b6hmhv2ldxm0': File exists error: cannot...

The issue is related to this line: https://github.com/LnL7/nix-darwin/blob/54a24f042f93c79f5679f133faddedec61955cf2/modules/fonts/default.nix#L61 At the moment `fontrestore` is killed (SIGKILL) immediately after being launched. I've filed a report with Apple about this using Feedback Assistant....

Enable ( or disable ) NSWindowShouldDragOnGesture option without executing the following command: ``` shell defaults write -g NSWindowShouldDragOnGesture -bool true ``` for more information about this feature: https://mmazzarolo.com/blog/2022-04-16-drag-window-by-clicking-anywhere-on-macos/

Searching the repository to see how `environment.pathsToLink` is used, I see lots of paths beginning with `/share/` in the values set by various modules. On macOS 12.4 it seems like...

Nix 2.10 has started printing a warning whenever the current user doesn't own `$HOME`, which is the case on macOS when running `sudo nix` because macOS `sudo` doesn't reset `$HOME`...

When running ```bash man 5 configuration.nix ``` Probably an error with my flake configuration since I also use home-manager, but I find it hard to debug how the `$MANPATH` is...