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/system
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
..
defaults Add NSGlobalDomain configs 2019-03-02 21:51:13 -08:00
activation-scripts.nix initialise fonts module 2018-09-30 13:22:24 +02:00
applications.nix Make symlink within ~/Applications if it exists instead of skipping 2017-06-14 13:12:12 -07:00
checks.nix darwin: replace usages of nix-instantiate --eval with --find-file 2019-02-24 22:27:41 +01:00
default.nix fonts: rewrite activation 2019-02-17 11:31:40 +01:00
defaults-write.nix defaults: Add screencapture.location 2018-02-27 17:24:45 +00:00
etc.nix system: use preferLocalBuild for simple derivations 2018-01-21 13:46:30 +01:00
keyboard.nix keyboard: add option for remapping Tilde on non-us keyboards 2018-01-10 19:57:23 +01:00
launchd.nix launchd: ensure user LaunchAgents exist 2019-03-22 20:48:58 +01:00
shells.nix environment-shells: add option to manage /etc/shells 2017-12-13 23:02:11 +01:00
version.nix nix: make nix.nixPath merge by default 2019-05-01 12:42:31 +02:00