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 generated user activation script is broken when NIX_PATH contains paths with spaces in them due to the spaces not being escaped. The motivation for this fix is that I've...

Of note: I have another pull request (#878) which merges together the existing pull requests that add more option handling all around for `linux-builder`. This is intended as a way...

Is this all that's necessary for #752? I've never done this before, but it looks like the only change that was necessary to do the same on NixOS (https://github.com/NixOS/nixpkgs/commit/5162df32399c7e9d77cc38702202983dbe9ad113) I...

Add `NSStatusItemSpacing` and `NSStatusItemSelectionPadding` to `NSGlobalDomain` options. These options control the spacing between and padding inside status icons in the menu bar. With these options it's possible to squeeze more...

I installed nix (using ). Then, I followed the steps to use nix-darwin: ```bash mkdir -p ~/.config/nix-darwin cd ~/.config/nix-darwin nix flake init -t nix-darwin sed -i '' "s/simple/$(scutil --get LocalHostName)/"...

Hey there, I've recently picked up nix-darwin to configure a Mac Mini M2 as a home server. I need to configure some power related options that nix-darwin currently does not...

Both `nixos-rebuild switch` and `home-manager switch` seem to allow using a flake without passing any arguments if a `flake.nix` file exists in their respective directories - `/etc/nixos` and `~/.config/home-manager` respectively....

As the title says. This matches the nixos-rebuild feature to automatically use a flake if it's available. I'm currently using it on my own system and it works like a...

This commit passes more options to `nix.buildMachines`. Namely the `mandatoryFeatures` and `speedFactor` settings have been missing.