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

[The yabai scripting addition must be loaded by a root user](https://github.com/koekeishiya/yabai/wiki/Installing-yabai-(latest-release)#macos-big-sur---automatically-load-scripting-addition-on-startup). Not running as root causes the service to exit (`1`) and restart after 10 seconds, and each restart causes...

This can be used similar to the linux service (in fact the module is almost identical to the linux one) with ```nix users.knownGroups = [ "gitlab-runner" ]; users.knownUsers = [...

``` chessai@chessais-mbp ~ % source /etc/static/bashrc /etc/bashrc_Apple_Terminal:173: parse error near `;' /etc/static/bashrc:21: command not found: shopt update_terminal_cwd:12: unrecognized modifier `i' ``` ``` chessai@chessais-mbp ~ % cat /etc/static/bashrc # /etc/bashrc: DO...

I'm not sure if this is even something that should (or can) be fixed, but I ran into issues building my configuration: ``` $ nix build .#darwinConfigurations.ci.system --show-trace error: attribute...

Some of the option descriptions for the launchd contain some odd duplications that I assume is from copy-pasting. For example (similar problems also exist elsewhere in the file): ![launchd-descr](https://user-images.githubusercontent.com/798147/155841462-b645e1aa-4471-44ff-b8fa-f82bfc8cfc3e.png) I...

Source files originate from the hercules-ci-agent repository and I will make sure to keep them in sync, bidirectionally. The module is split into two files to make maintenance of the...

I've mostly moved from Homebrew to nix. So far, so good. I'm missing the ability to install casks, though, for important stuff like Anki, MacTex, and so forth. It seems...

I updated nix-darwin today and had to rollback to a version from October because my `$PATH` was broken (using fish shell). Before (correct): ``` /Users/gape/.nix-profile/bin /run/current-system/sw/bin /nix/var/nix/profiles/default/bin /usr/local/bin /usr/bin /bin...

XCode (`rvictl`), Wireshark (CLI) and some other apps put config in `/etc/paths.d`. By using nix-darwin one has to configure this manually (and may not realize it!) Ideally nix-darwin should use...