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

macOS defines a lot of useless hotkeys which may conflict with some apps (e.g. Spectacle and Alfred), so when I provision a new mac I have to remove some of...

From what I can see, there is no way to define custom values to be written with `defaults`. Though that would be very useful. Some time ago I've been using...

I recently installed nix-darwin for the first time. The installer mentioned that it was modifying config for bash and zsh to interoperate with nix, but it didn't say anything about...

I was keen to test out ca-derivations, per [discourse](https://discourse.nixos.org/t/content-addressed-nix-call-for-testers/12881), however, unlike `nixos-rebuild`, `darwin-rebuild` appears to not really pull in system configuration files (`/etc/nix/nix.conf`), since unlike on nixos, I had to...

Step 1: try to resolve conflicts between nix-darwin and home-manager regarding linking in ~/Applications. Currently, [home-manager has disabled linking to ~/Applications](https://github.com/nix-community/home-manager/blob/db00b39a9abec04245486a01b236b8d9734c9ad0/modules/targets/darwin/linkapps.nix) because nix-darwin is behaving inconsistently and sometimes creating a...

caught the issue described in here https://github.com/NixOS/nixpkgs/issues/30121 and feeling it is worth to patch a fix here. basically the issues is that when you run a command with output missing...

This wrangles together changes in the following pull requests (no particular order): 1. #816 by @ethnt to add `systems`. 2. #871 by @stv0g to add `mandatoryFeatures` and `speedFactor`. 3. #877...

Applications added to the dock point to an old derivation when a new derivation of an application is added to the Nix store. This allows configuring the persistent applications to...

I ran the nix-darwin flake installer, immediately after running the Determinate Nix installer. I got a couple of conflicts: ``` epetousis@evan-mba ~ % nix run nix-darwin -- switch --flake ~/.local/share/dotfiles...