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

If in the list on `system.defaults.dock.persistent-others` a path is non-absolute as it [is stated in the wiki](https://daiderd.com/nix-darwin/manual/index.html#opt-system.defaults.dock.persistent-others) is will just generate a broken item in the dock. This generates broken...

```nix activationScripts.postUserActivation.text = '' # activateSettings -u will reload the settings from the database and apply them to the current session, # so we do not need to logout and...

For now, example from official doc https://wiki.nixos.org/wiki/Ollama is not working

https://github.com/LnL7/nix-darwin/issues/947 - Puts the directory that nHome Manager uses when xdg is enabled and use-xdg-base-directories is set (~/.local/state/nix/profile/bin) into NIX_PATHS and thus the paths in the shells. HM uses this...

I'm new in nix so don't sure if it will works ( , since don't know how to test it locally. Thus my applogize for this. I'll approciate If somebody...

Nix has a debugger as of version 2.9, enabled with the `--debugger` flag. However `darwin-rebuild` doesn't know this flag and doesn't pass along unknown flags, which means I can't run...