summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2018-01-10lnl: add keyboard mappingDaiderd Jordan
2018-01-10lnl: add pr-darwin aliasDaiderd Jordan
2018-01-09nix: add warning for distributed buildsDaiderd Jordan
2018-01-08keyboard: add warning when enableKeyMapping is not setDaiderd Jordan
2018-01-08keyboard: add options for keyboard mappingsDaiderd Jordan
Fixes #55
2018-01-08etc: make link warnings more noticableDaiderd Jordan
Hopefully this helps to make it more obvious that the file will not be created by nix-darwin. See #65
2018-01-08networking: add warning when networkservices is emptyDaiderd Jordan
2018-01-08networking: add dns/search optionsDaiderd Jordan
These options are only enabled for networkservices that are explicitly enabled and will clear existing values if nothing is set.
2018-01-06nixpkgs: add support for overlaysDaiderd Jordan
2018-01-05Merge pull request #62 from pjan/enh/NSGlobalDomainDaiderd Jordan
Adds more NSGlobalDomain options + tests
2018-01-05defaults: add option for NetBIOSNameDaiderd Jordan
2018-01-05remove unused fileDaiderd Jordan
2018-01-05Merge pull request #64 from pjan/fix/47Daiderd Jordan
2018-01-04Merge pull request #51 from joseph-long/set-netbios-nameDaiderd Jordan
Set NetBIOS name with hostName
2018-01-04chunkwm: make chunkwmrc executableDaiderd Jordan
2018-01-04Closes #47. Adds tests for networkingpjan vandaele
2018-01-04Adds more NSGlobalDomain options + testspjan vandaele
2018-01-04Merge pull request #60 from nix-hackers/tmux-iterm2Daiderd Jordan
tmux: play nice with iTerm2
2018-01-03nix: allways set NIX_REMOTE=daemon when the db isn't writableDaiderd Jordan
2018-01-03tmux: play nice with iTerm2Eric Bailey
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-03nix: reload daemon when nix.conf changesDaiderd Jordan
2018-01-03hydra: use post activation for authorized_keysDaiderd Jordan
2018-01-02Allow for postActivation scripts, that happen lastJohn Wiegley
2018-01-01lnl: add custom link for gitconfigDaiderd Jordan
2018-01-01launchd: fix type of inetdCompatibilityDaiderd Jordan
2018-01-01fix + testspjan vandaele
2017-12-31float typepjan vandaele
2017-12-28Adds attrs type for defaults. Adds additional Dock settings.pjan vandaele
2017-12-13environment-shells: add option to manage /etc/shellsDaiderd Jordan
2017-12-13whitespaceDaiderd Jordan
2017-12-03improve git revision detectionDaiderd Jordan
lib.pathIsDirectory doesn't follow symlinks causing the git revision detection to fail if NIX_PATH points to a symlink.
2017-11-29security-accessibility: remove optionsDaiderd Jordan
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-28nix-daemon: add option to configure a logfileDaiderd Jordan
2017-11-28lnl: enable sandboxingDaiderd Jordan
2017-11-06Merge pull request #50 from cbarrett/masterDaiderd Jordan
Port over the NixOS fish module
2017-10-30examples-hydra: remove custom tmpdirDaiderd Jordan
2017-10-27lnl: fix tmux keybindingDaiderd Jordan
2017-10-25lnl: add fzf-vimDaiderd Jordan
2017-10-20lnl: updateDaiderd Jordan
2017-10-20whitespaceDaiderd Jordan
2017-10-20nix-info: install by defaultDaiderd Jordan
2017-10-19improve descriptions for a bunch of modulesDaiderd Jordan
2017-10-19launchd: improve descriptionsDaiderd Jordan
2017-10-18alias: make deprecated options internalDaiderd Jordan
2017-10-15Set PATH since that's not being done by setEnvironmentColin Barrett
2017-10-15nixos -> nix_darwinColin Barrett
2017-10-15Port over the NixOS fish moduleColin Barrett
2017-10-14lnl: add nixpkgs pr helperDaiderd Jordan
2017-10-08Fix #47: hostName now sets NetBIOS nameJoseph Long
2017-10-08nix-daemon: don't set tempDir by defaultDaiderd Jordan