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

I am looking at this property: https://github.com/LnL7/nix-darwin/blob/91b9daf672c957ef95a05491a75f62e6a01d5aaf/modules/system/defaults-write.nix#L37 Shouldn't it be ``` com.apple.driver.AppleBluetoothMultitouch.mouse ``` ?

disclaimer: i co-manage some darwin machines as nix builders and am not a darwin user on any personal machine, thus my experience is limited. i did of course search online...

In macOS Sonoma, the `/etc/pam.d/sudo` file now starts with ``` auth include sudo_local ``` and there's a separate `sudo_local.template` file with the contents ``` # sudo_local: local config file which...

Hey! I recently updated to Sonoma and realized that the key to the left of number 1 on my International keyboard no longer maps to tilde, but to the default...

Testing nix-darwin and now trying to uninstall via ```sh nix-build https://github.com/LnL7/nix-darwin/archive/master.tar .gz -A uninstaller ``` And getting this error: ```text error: … while calling the 'import' builtin at /nix/store/9b3h7kfb7crgz84xpvzvwx85gcbfhy8x-source/default.nix:4:10: 3|...

The following command does not acknowledge Git submodules: `nix --extra-experimental-features nix-command --extra-experimental-features flakes run nix-darwin -- switch --flake '.?submodules=1'` Reproducibility for me is fairly simple. I've created a repository for...

I want to set: ```nix system.defaults.universalaccess.reduceTransparency = true; ``` But it does not activate that setting, and I see this error: ``` 2023-06-22 10:00:59.454 defaults[36943:266809] Could not write domain com.apple.universalaccess;...

In my flake, I have `nixpkgs.url` set to unstable. When I set `nix.linux-builder.enable = true;`, my Nix-Darwin build fails with the following error: ``` error: a 'aarch64-linux' with features {}...