summaryrefslogtreecommitdiff
path: root/modules
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-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-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-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-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-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-11programs-bash: use bashInteractiveDaiderd Jordan
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-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
2017-02-19nix-daemon: fix activation scriptDaiderd Jordan
2017-02-19nix: show warning when using distributed builds without services.activate-systemDaiderd Jordan
2017-02-19nix-daemon: check for nixbld group before activationDaiderd Jordan
Fixes #9
2017-02-19khd: add system path to serviceDaiderd Jordan
2017-02-19lnl: fix kwm config for iTerm2Daiderd Jordan
2017-02-19adds emacs launchd servicePiotr Limanowski
2017-02-02fish: use writeText for foreign-envDaiderd Jordan
2017-02-02Add programs.fish moduleEric Bailey
In nix-darwin, `config.system.build.setEnvironment is a string containing a script, not a filename, so our usage is a bit different from NixOS's.
2017-01-30add fzf history keybindings for zshDaiderd Jordan
2017-01-29lnl: add fzf history widgetDaiderd Jordan
2017-01-29kwm: add service moduleDaiderd Jordan
2017-01-29lnl: add fetch-nixpkgs serviceDaiderd Jordan
2017-01-26fix path for khd serviceDaiderd Jordan