| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-02 | Remove deprecated types.loaOf | Mario Rodas | |
| types.loaOf has been deprecated for a long time and is now in the process of removal. See: https://github.com/NixOS/nixpkgs/pull/96042 | |||
| 2020-08-31 | Add separate options for ComputerName, HostName, and LocalHostName | Malo Bourgon | |
| 2020-08-31 | Disable StandardOutPath by default and refactor test to using plutil | Thibault Gagnaux | |
| 2020-08-30 | Corrects description. | Thibault Gagnaux | |
| 2020-08-30 | Removes zsh and getEnv and adds needed NIX_PATH env. | Thibault Gagnaux | |
| 2020-08-29 | Makes it work. | Thibault Gagnaux | |
| 2020-08-29 | Adds lorri service. | Thibault Gagnaux | |
| 2020-08-28 | Enable setting dark mode | Jason Felice | |
| This option does not take effect until the user logs out and then back in. I didn't call this out because I think there are several options like this already. I'm not sure Mac OS sets "Auto", but it isn't by setting this default. | |||
| 2020-08-17 | Merge pull request #216 from hercules-ci/fix-missing-option-localSystem | Daiderd Jordan | |
| documentation: Don't set localSystem which doesn't exist | |||
| 2020-08-16 | documentation: Don't set localSystem which doesn't exist | Robert Hensing | |
| This is safe to remove, because it is not referenced anywhere in nix-darwin. It should have been discovered way earlier, but a bug in the module system has allowed this value to be defined until https://github.com/NixOS/nixpkgs/commit/fd75dc876586bde8cdb683a6952a41132e8db166 | |||
| 2020-06-17 | enable zsh in simple example | Daiderd Jordan | |
| 2020-06-17 | etc: add known hashes for bashrc/zsh/nix.conf | Daiderd Jordan | |
| 2020-06-17 | etc: allow replacing files with known content | Daiderd Jordan | |
| This enables replacing existing system files like /etc/bashrc by default while keeping the safer behaviour for other files like /etc/passwd, etc. that could potentially cause major problems for the system when replaced. | |||
| 2020-06-14 | lnl: fix evaluation and switch to neovim | Daiderd Jordan | |
| 2020-06-11 | replace NIX_PATH references with regular paths | Daiderd Jordan | |
| 2020-06-03 | Adds com.apple.finder CreateDesktop defaults to enable/disable desktop | pjan vandaele | |
| 2020-05-30 | lnl: disable gnupg agent for secretive | Daiderd Jordan | |
| 2020-05-30 | lnl: update functions | Daiderd Jordan | |
| 2020-05-30 | lnl: update fetch-nixpkgs | Daiderd Jordan | |
| 2020-05-30 | lnl: fix min-free/max-free values | Daiderd Jordan | |
| 2020-05-30 | nix: better defaults settings for maxJobs/buildCores | Jörg Thalheim | |
| most users just want to use all available cores. This commit aligns our defaults with what we do in NixOS | |||
| 2020-05-29 | system: cleanup patches activation | Daiderd Jordan | |
| 2020-05-29 | system: add patches module | Daiderd Jordan | |
| 2020-05-15 | Separate yabai config and extra config by newline | Shardul Baral | |
| If a user passes both `config` and `extraConfig` to the `yabai` serivce, the generated `yabairc` file is invalid. This is because we do not add a newline separator when we concatenate the config string generated by `toYabaiConfig cfg.config` with `cfg.extraConfig`. This PR prepends a newline to `cfg.extraConfig` if it is non-empty so that the resulting `yabairc` config is valid. | |||
| 2020-05-14 | module: add spacebar service | cmacrae | |
| 2020-05-13 | Merge pull request #196 from cmacrae/modules/services/yabai | Daiderd Jordan | |
| module: add yabai service | |||
| 2020-05-11 | Set up XDG system environment variables sort of how they set them up | Daniel V | |
| in nixos by appending them to the nix profiles | |||
| 2020-05-10 | module: add yabai service | cmacrae | |
| 2020-05-09 | This fixes bash completion for me, though it may not be the best way. | Daniel V | |
| Hopefully the pull request will go through or tell me how to do it better | |||
| 2020-05-03 | Merge pull request #195 from hauleth/ft/add-dnsmasq-service | Daiderd Jordan | |
| Add DNSmasq service | |||
| 2020-05-03 | Merge pull request #192 from kalbasit/customize-label-prefix | Daiderd Jordan | |
| launchd: allow customization of the default launchd prefix | |||
| 2020-04-28 | docs: add example | Łukasz Niemier | |
| 2020-04-28 | test: add tests for new service | Łukasz Niemier | |
| 2020-04-28 | ft: add DNSmasq service | Łukasz Niemier | |
| This is useful for redirecting some TLDs to the different addresses. For example I use it to make all requests to `*.localhost` to be resolved to loopback address which allows me to easily work and test services that are relying on different domains. | |||
| 2020-04-14 | launchd: allow customization of the default launchd prefix | Wael M. Nasreddine | |
| 2020-04-12 | Be nicer | Nejc Zupan | |
| 2020-04-12 | Add support for system.defaults.screencapture.disable-shadow | Nejc Zupan | |
| 2020-03-29 | Rename programs.tmux.tmuxConfig -> extraConfig | Jason Felice | |
| 2020-03-28 | nix: kickstart and wait for the nix-daemon service | Daiderd Jordan | |
| 2020-03-28 | installer: try creating /run using synthetic.conf | Daiderd Jordan | |
| Since macOS 10.15 Catalina / can't be changed directly anymore. Fixes #166 | |||
| 2020-03-03 | Merge pull request #169 from tricktron/fix/fonts-catalina | Daiderd Jordan | |
| fonts: Adds support if Nix is on another filesystem. | |||
| 2020-02-29 | lnl: update | Daiderd Jordan | |
| 2020-02-24 | nix-daemon: use wait4path | Daiderd Jordan | |
| This prevents the service from starting (and thus failing) before the nix store is mounted. | |||
| 2020-02-11 | users: ensure uniqueness of gid/uid entries | Daiderd Jordan | |
| Instead of a cryptic error during activation conflicting ids are now caught during evaluation. error: The option `users.uids.30001' has conflicting definitions | |||
| 2020-01-28 | Merge pull request #168 from input-output-hk/pre-commands-buildkite | Daiderd Jordan | |
| buildkite: add preCommands option | |||
| 2020-01-21 | Merge pull request #175 from treffynnon/more-system-defaults | Daiderd Jordan | |
| [system.defaults] more sound, firewall/alf, spaces, loginwindow, SoftwareUpdate | |||
| 2020-01-21 | Merge pull request #178 from Kaali/lazy-bash | Daiderd Jordan | |
| Let bash load completions lazily | |||
| 2020-01-21 | bash: Let bash load completions lazily | Väinö Järvelä | |
| As described in detail here: https://github.com/NixOS/nixpkgs/issues/32533 bash will load completion scripts in $p/share/bash-completion/completions/ on startup instead of letting bash-completion do it's lazy loading. Bash startup will then slow down (very noticeable when bash-completion is installed in a profile). This commit leaves loading of scripts in the hands of bash-completion, improving startup time for everyone using `enableCompletion`. Fixes #101 | |||
| 2020-01-21 | replace list values for types.loaOf | Daiderd Jordan | |
| This type has been deprecated in nixpkgs, these options will be replaced with types.attrsOf in the future. | |||
| 2020-01-15 | Merge pull request #182 from wildsebastian/fix_commitIdFromGitRepo_call | Daiderd Jordan | |
| Remove trailing slash from path in commitIdFromGitRepo call | |||
