summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2017-05-20khd: add option to configure i3 keybindingsDaiderd Jordan
2017-05-20khd: add option to manage config in /etc/khdrcDaiderd Jordan
2017-05-16lnl: update vim-ale 2017-03-12 -> 2017-05-16Daiderd Jordan
2017-05-16lnl: allow accessibility for khd and kwmDaiderd Jordan
2017-05-16add missing conditional for accessibility programs in khd and kwmDaiderd Jordan
2017-05-16security: add example for accessibilityProgramsDaiderd Jordan
2017-05-16nix-daemon: switch process type to interactiveDaiderd Jordan
Using interactive seems to have a significant impact on build times, hopefully this doesn't impact other UI programs to much while building packages.
2017-05-16khd: add option to enable accessibility permissionsDaiderd Jordan
2017-05-16kwm: add option to enable accessibility permissionsDaiderd Jordan
2017-05-16security: add option to configure accessibilityProgramsDaiderd Jordan
2017-05-15environment: include /usr/sbin and /sbin in systemPathDaiderd Jordan
Don't extend initial PATH adding extra entries should be done through appending environment.systemPath or manually extending it with environment.extraInit or similar options.
2017-05-15lnl: keep derivations and outputsDaiderd Jordan
2017-05-15launchd: add script option for servicesDaiderd Jordan
2017-05-14kwm: move package default to configDaiderd Jordan
2017-05-14khd: move package default to configDaiderd Jordan
2017-05-14launchd: add options for setting launchd environment variablesDaiderd Jordan
Fixes #12
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