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

there are [commented lines](https://github.com/LnL7/nix-darwin/blob/4b9b83d5a92e8c1fbfd8eb27eda375908c11ec4d/modules/launchd/default.nix#L61-L68) that hint at some preexisting intention to implement this.

Whenever Apple updates macOS, my "enable dication" hotkey setting is reset to the default, which is CTRL-CRTL. I never use dictation, but apparently, often hit CTRL twice within the specified...

Some plist attributes are represented by dictionaries. This PR adds support for dictionary system settings backed by attribute sets. An example custom preference that failed with `invalid value type` before...

I was looking for a way to "evaluate" my configuration, to basically get a nix record out of my flake with all the configuration I've set: ```nix # Example configuration...

A user of the unofficial nix Discord stumbled upon this. They decided to simply use a tagged nix for now, and I do not have any more detailed logs about...

Currently if you run activation as root you need to set `nix.gc.user = "root";` or `nix.gc.user = "";`. https://github.com/LnL7/nix-darwin/blob/4b9b83d5a92e8c1fbfd8eb27eda375908c11ec4d/modules/system/checks.nix#L184-L192

Fixes an issue when the group or user doesn't already exist. ``` /nix/store/nbnhpscrj78yfpv0537acjzsi8blkvva-darwin-system-24.05pre-git+darwin4.4b9b83d/activate: line 733: [: : integer expression expected ``` https://github.com/nix-community/infra/actions/runs/7079905777/job/19267084113#step:5:184

It turns out that the `buildkite-agent` supports multiple tags with the same name — for example, one Agent can be in multiple `queue` at the same time. This pull request...

Hey there, new user of nix-darwin. I like it so far but ran into some trouble using `darwin-rebuild`. [`darwin-rebuild`][darwin-rebuild] reports the following usage description: ``` darwin-rebuild [--help] {edit | switch...

Just off the top of my head: - [ ] Needs to clean up `/run`, esp. after https://github.com/LnL7/nix-darwin/pull/687 - [x] Didn't delete `/Applications/Nix Apps` when I tested in a VM,...