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

Once I execute `./result/sw/bin/darwin-rebuild switch --flake .` I need to logout from MacOS because the mouse scrolling gesture is reset to the original and the two finger tap to double...

I'm following the instructions [here](https://nixcademy.com/2024/01/15/nix-on-macos/) and it seems like I now have two versions of Nix installed. Determinate Systems currently installed 2.20.5 Then after running `nix run nix-darwin -- switch...

Using the option in yabai: `enableScriptingAddition = true;` works until I relog. After rebooting, it works again. I would like confirmation that this is not user error. Clarification: The window...

I have set nix.settings.use-xdg-base-directories = true This means that running `nix build .#"[email protected]"` and running the activation home-manager puts things in $XDG_STATE_HOME/nix/profile rather than ~/.nix_profile according to https://nixos.org/manual/nix/stable/command-ref/conf-file However the...

I'm able to ssh into linux-builder when I manually pass the ssh key and config, so the instance is running. Failing with error: `connecting to 'ssh-ng://builder@linux-builder'... cannot build on 'ssh-ng://builder@linux-builder':...

Seems like `skhd` configurations changes in `services.skhd.skhdConfig` are applied only upon system restart/manual service reload via `launchctrl`. `skhd` has a feature to hot load its configurations, and for some reason...

Based on the [NixOS module](https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/programs/nh.nix) of the same name. I used the same checks that `nix.gc` uses, as it performs exactly that function.

I don't pretend I have nearly enough knowledge about the inner workings of nix-darwin but I was wondering if the /run symlink it adds to /etc/synthetic.conf is really necessary or...

The content of `environment.shellAliases` is treated in a (at least) inconsistent way. For Bash, it ends up in `/etc/bashrc`: https://github.com/LnL7/nix-darwin/blob/bbde06bed1b72eddff063fa42f18644e90a0121e/modules/programs/bash/default.nix#L48-L71 while for ZSH, it's put in `/etc/zprofile`: https://github.com/LnL7/nix-darwin/blob/bbde06bed1b72eddff063fa42f18644e90a0121e/modules/programs/zsh/default.nix#L146-L155 (for both,...

The issue is when I install nix on my machine m2 Macbook pro 13inch it some how doesn't have this path exported which I need for `darwin-rebuild` for some reason...