1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00
nix-darwin/modules
Daiderd Jordan 58aa5bf185
nix: make nix.nixPath merge by default
Since named entries can be overridden now based on ordering now merging
is only a problem for removing one of the default search paths, in which
case a higher priority eg. mkForce can be used.

	{
	  nix.nixPath = [{ darwin-config = "/darwin.nix"; }];
	}

Will result in

	[ "darwin-config=/darwin.nix" "/nix/var/nix/profiles/per-user/root/channels" "$HOME/.nix-defexpr/channels" ]

Fixes #137
2019-05-01 12:42:31 +02:00
..
environment order the environment 2019-02-21 15:57:51 -08:00
examples nix: make nix.nixPath merge by default 2019-05-01 12:42:31 +02:00
fonts fonts: rewrite activation 2019-02-17 11:31:40 +01:00
launchd launchd: fix type of inetdCompatibility 2018-01-01 23:03:11 +01:00
lib whitespace 2017-12-13 22:58:18 +01:00
networking networking: don't set NetBIOSName 2018-01-17 20:09:24 +01:00
nix nix: make nix.nixPath merge by default 2019-05-01 12:42:31 +02:00
programs tmux: add defaultCommand option 2019-02-16 21:05:32 +01:00
security lnl: start tmux panes in a sandbox by default 2019-02-16 21:33:17 +01:00
services Merge pull request #135 from marsam/feature/postgresql-plugins 2019-03-30 10:30:58 +01:00
system nix: make nix.nixPath merge by default 2019-05-01 12:42:31 +02:00
time time: skip activation if nothing is enabled 2018-01-12 22:24:34 +01:00
users users: gate the creation with an option, false by default and use createhomedir 2019-02-24 22:13:45 +01:00
alias.nix activation: rename pre/post hooks 2018-01-13 17:12:02 +01:00