summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-14launchd: allow string entries for serviceOptions.pathDaiderd Jordan
Fixes evaluation of khd.
2017-05-13activation-scripts: run custom activation scripts firstDaiderd Jordan
2017-05-13environment: don't use default for profilesDaiderd Jordan
This makes it easier to add entries without having to add all of the default values again.
2017-05-13Merge pull request #26 from clhodapp/fix/path-orderDaiderd Jordan
Don't put profiles in reverse-order in PATH
2017-05-13launchd: add logging to activation scriptsDaiderd Jordan
2017-05-13launchd: fix reload of servicesDaiderd Jordan
2017-05-13bash: add enableCompletion optionDaiderd Jordan
2017-05-13zsh: use explicit source instead of .Daiderd Jordan
2017-05-13fish: link /share/fish when enabledDaiderd Jordan
2017-05-13zsh: link /share/zsh when enabledDaiderd Jordan
2017-05-12Merge pull request #27 from clhodapp/fix/empty-optionsDaiderd Jordan
Better no-args darwin-options output
2017-05-12add programs.man moduleDaiderd Jordan
Note: this doesn't add man to systemPackages by default, only man-old builds on darwin and the system version works fine.
2017-05-12environment: add pathsToLink for system profileDaiderd Jordan
2017-05-12Merge pull request #28 from clhodapp/fix/man-outputDaiderd Jordan
Default outputs should include "man"
2017-05-12Don't put profiles in reverse-order in PATHChris Hodapp
Your user-specific profile should take precedence over the system one. If I've gone out of my way to install something into my personal profile, my version should be used instead of the system's.
2017-05-12Default outputs should include "man"Chris Hodapp
If you don't include "man", basic nix commands (e.g. nix-env) basically have broken help/usage text, since they delegate to calling man.
2017-05-12Better no-args darwin-options outputChris Hodapp
There isn't a man page and it's useful to print out the list of top-level keys.
2017-05-11launchd: don't use $HOMEDaiderd Jordan
2017-05-11launchd: remove double slashes in paths that use $HOMEDaiderd Jordan
2017-05-11launchd: fix activation diffDaiderd Jordan
2017-05-11darwin-rebuild: run user activation firstDaiderd Jordan
Some of the activation scripts use /run/current-system as a reference for things that should be removed. The symlink is updated by the system activation script thus it should run last.
2017-05-11launchd: unload and stop disabled servicesDaiderd Jordan
2017-05-02lnl: disable go/rust support for ycmdDaiderd Jordan
2017-05-02lnl: update vim-nixDaiderd Jordan
2017-04-13lnl: update vim ycm/pymode settingsDaiderd Jordan
2017-03-21Merge pull request #22 from peel/masterDaiderd Jordan
Makes mopidy service interactive
2017-03-21Makes mopidy service non-adaptivePiotr Limanowski
Noticed that adaptive service causes mopidy to stutter under heavy load.
2017-03-20Merge pull request #21 from peel/masterDaiderd Jordan
Adds mopidy service with media keys support
2017-03-19Adds mopidy service with media keys supportPiotr Limanowski
2017-03-19set NIX_SSL_CERT_FILEDaiderd Jordan
2017-03-17lnl: cloudfront trusted cacheDaiderd Jordan
2017-03-17lnl: use vimPlugins.aleDaiderd Jordan
2017-03-12move install section to the top of the readmeDaiderd Jordan
2017-03-12add tests to travisDaiderd Jordan
2017-03-12Merge pull request #19 from yurrriq/nitpick-readmeDaiderd Jordan
Nitpick README.md
2017-03-11Nitpick README.mdEric Bailey
2017-03-11programs-bash: use bashInteractiveDaiderd Jordan
2017-03-11system-path: add basic shell testsDaiderd Jordan
2017-03-11add tests to release.nixDaiderd Jordan
2017-03-07Merge pull request #18 from bkase/vim-custom-pluginsDaiderd Jordan
Add ability to load custom vim plugins
2017-03-06Add ability to load custom vim pluginsBrandon Kase
2017-03-05Merge pull request #15 from bkase/zsh-syntax-highlightingDaiderd Jordan
Added zsh-syntax-highlighting option to zsh program
2017-03-05Added zsh-syntax-highlighting option to zsh programBrandon Kase
2017-03-05nix-gc: init serviceDaiderd Jordan
2017-03-05launchd: fix types for StartCalendarIntervalDaiderd Jordan
2017-03-04darwin-rebuild: keep result symlink when running buildDaiderd Jordan
2017-03-04activation-scripts: don't link current system before all activationScripts ↵Daiderd Jordan
finish
2017-02-26khd: fix pathDaiderd Jordan
2017-02-21zsh: add options for fzf completion and gitDaiderd Jordan
2017-02-21fzf-history: don't enable by default and reverseDaiderd Jordan