1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-15 17:51:01 +00:00
Commit graph

460 commits

Author SHA1 Message Date
Daiderd Jordan
edc3be51ce
keyboard: add options for keyboard mappings
Fixes #55
2018-01-08 22:01:44 +01:00
Daiderd Jordan
3bedff357a
etc: make link warnings more noticable
Hopefully this helps to make it more obvious that the file will not be
created by nix-darwin. See #65
2018-01-08 19:08:02 +01:00
Daiderd Jordan
ac840a44b4
networking: add warning when networkservices is empty 2018-01-08 18:45:12 +01:00
Daiderd Jordan
c28d3ce2ce
add networking.networkservices entry to changelog 2018-01-08 00:31:54 +01:00
Daiderd Jordan
4608964b30
add test for networking.networkservices 2018-01-08 00:31:52 +01:00
Daiderd Jordan
5c18e86a07
networking: add dns/search options
These options are only enabled for networkservices that are explicitly
enabled and will clear existing values if nothing is set.
2018-01-08 00:16:46 +01:00
Daiderd Jordan
48b888c800
nixpkgs: add test for overlays 2018-01-07 00:06:53 +01:00
Daiderd Jordan
94a30ef034
add overlays entry to changelog 2018-01-06 23:33:56 +01:00
Daiderd Jordan
6fe46e8335
add _file for anonymous packages module 2018-01-06 23:21:34 +01:00
Daiderd Jordan
9780fb0f0b
nixpkgs: add support for overlays 2018-01-06 23:20:43 +01:00
Daiderd Jordan
52cf461055
Merge pull request #62 from pjan/enh/NSGlobalDomain
Adds more NSGlobalDomain options + tests
2018-01-05 18:36:13 +01:00
Daiderd Jordan
7eb4e21075
defaults: add option for NetBIOSName 2018-01-05 00:16:09 +01:00
Daiderd Jordan
3dfc5da1e7
remove unused file 2018-01-05 00:06:14 +01:00
Daiderd Jordan
2c4444ede4 Merge pull request #64 from pjan/fix/47 2018-01-05 00:02:21 +01:00
Daiderd Jordan
7ed9cb0c46
Merge pull request #51 from joseph-long/set-netbios-name
Set NetBIOS name with hostName
2018-01-04 23:56:02 +01:00
Daiderd Jordan
9b955c2e4d
bootstrap: increase build users to 32 2018-01-04 21:46:16 +01:00
Daiderd Jordan
1779e06cd4
chunkwm: make chunkwmrc executable 2018-01-04 21:37:13 +01:00
pjan vandaele
062f14eb55 Closes #47. Adds tests for networking 2018-01-04 15:36:33 +09:00
pjan vandaele
01692f870b Adds more NSGlobalDomain options + tests 2018-01-04 11:59:50 +09:00
Daiderd Jordan
02a11717a4
Merge pull request #60 from nix-hackers/tmux-iterm2
tmux: play nice with iTerm2
2018-01-04 00:05:03 +01:00
Daiderd Jordan
5a52850a03 update README 2018-01-03 23:07:32 +01:00
Daiderd Jordan
9792b08fdf
nix: allways set NIX_REMOTE=daemon when the db isn't writable 2018-01-03 23:04:43 +01:00
Daiderd Jordan
8bf46112d8
bootstrap: add warning for /etc/profile 2018-01-03 23:03:36 +01:00
Eric Bailey
b6e692361e
tmux: play nice with iTerm2
That is, don't use reattach-to-user-namespace. iTerm2 provides an option to
allow applications in the terminal to access the clipboard, as well as deeper
shell integration utilities, which obviate the need for
reattach-to-user-namespace. What's more, iTerm2's tmux integration doesn't work
with it, nor when aggressive-resize is on.

See also:

- https://iterm2.com/documentation-preferences.html
- https://iterm2.com/documentation-utilities.html
- https://iterm2.com/documentation-tmux-integration.html
- https://github.com/tmux-plugins/tmux-sensible/issues/24
2018-01-03 13:32:07 -06:00
Daiderd Jordan
f235d89c59
add nix.conf entry to changelog 2018-01-03 20:11:34 +01:00
Daiderd Jordan
f63f4fe3fb
nix: reload daemon when nix.conf changes 2018-01-03 20:10:24 +01:00
Daiderd Jordan
8b10783bda
hydra: use post activation for authorized_keys 2018-01-03 00:33:06 +01:00
Daiderd Jordan
de6232171a
Merge pull request #61 from jwiegley/master
Allow for postActivation scripts, that happen last
2018-01-03 00:29:38 +01:00
John Wiegley
e8a0378790 Allow for postActivation scripts, that happen last 2018-01-02 12:36:34 -08:00
Daiderd Jordan
2237479c22
lnl: add custom link for gitconfig 2018-01-01 23:55:56 +01:00
Daiderd Jordan
403e432746
launchd: fix type of inetdCompatibility 2018-01-01 23:03:11 +01:00
Daiderd Jordan
7aadb77aaa
Merge pull request #58 from pjan/enh/dock_settings
Adds attrs type for defaults. Adds additional Dock settings.
2018-01-01 14:30:18 +01:00
pjan vandaele
1d8c5d9b79 fix + tests 2018-01-01 09:20:27 +09:00
pjan vandaele
d7e67ce030 float type 2017-12-31 12:15:22 +09:00
pjan vandaele
6aec3fbb50 Adds attrs type for defaults. Adds additional Dock settings. 2017-12-28 12:23:29 +09:00
Daiderd Jordan
fa8b71bdf6
add test for environment.shells 2017-12-13 23:05:46 +01:00
Daiderd Jordan
ba7202e789
environment-shells: add option to manage /etc/shells 2017-12-13 23:02:11 +01:00
Daiderd Jordan
5894006537
whitespace 2017-12-13 22:58:18 +01:00
Daiderd Jordan
2c05db6aca
remove test for accessibility programs 2017-12-06 13:50:27 +01:00
Daiderd Jordan
2c6f80380f
improve git revision detection
lib.pathIsDirectory doesn't follow symlinks causing the git revision
detection to fail if NIX_PATH points to a symlink.
2017-12-03 18:22:48 +01:00
Daiderd Jordan
7045686b62
add CHANGELOG entry for accessiblity options 2017-11-29 00:21:58 +01:00
Daiderd Jordan
c4e213745a
security-accessibility: remove options
The accessibility database has been protected with SIP since macOS
10.12 and there doesn't seem to be another way to configure this
programmatically.
2017-11-29 00:14:31 +01:00
Daiderd Jordan
48af45075a
nix-daemon: add option to configure a logfile 2017-11-28 22:25:51 +01:00
Daiderd Jordan
a20e9d040c
lnl: enable sandboxing 2017-11-28 22:06:34 +01:00
Daiderd Jordan
46d0a16e51
add CHANGELOG entry for programs.fish update 2017-11-06 00:10:13 +01:00
Daiderd Jordan
5d80f2c826
Merge pull request #50 from cbarrett/master
Port over the NixOS fish module
2017-11-06 00:09:29 +01:00
Daiderd Jordan
bd620d1855
simplify running tests with nix-build 2017-11-05 22:55:16 +01:00
Daiderd Jordan
bb98816c86
add tests section to the README 2017-11-05 22:16:51 +01:00
Colin Barrett
ae37a8ac7b Fix tests 2017-11-05 12:39:24 -05:00
Daiderd Jordan
7d0421a1c8
examples-hydra: remove custom tmpdir 2017-10-30 10:16:07 +01:00