summary refs log tree commit diff
path: root/nixos/modules/programs
Commit message (Collapse)AuthorAge
* Merge pull request #34381 from JohnAZoidberg/lessJörg Thalheim2018-01-30
|\ | | | | nixos/less configure less with module
| * nixos/less: use lesspipe package for preprocessingDaniel Schaefer2018-01-29
| | | | | | | | | | Rather than a custom script the less config now uses the lesspipe package config by default.
| * nixos/less configure less with moduleDaniel Schaefer2018-01-29
| |
* | zsh doc: precise environment.shellAliasesMatthieu Coudron2018-01-22
|/
* oh-my-zsh module: reword & fix manual buildRobin Gloster2018-01-16
| | | | | | | docbook interpreted this as a tag and this sounded as if the option defaulted to putting the cached directory into the nix store. cc @Ma27 @fpletz
* programs.zsh.ohMyZsh: add `cacheDir` option (#33150)Maximilian Bosch2018-01-16
| | | | | The default cache directory set by oh-my-zsh is $ohMyZsh/cache which lives in the Nix store in our case. This causes issues with several completion plugins provided by oh-my-zsh.
* tmux module: add secureSocket optiongnidorah2017-12-29
|
* rootston module, orbment/bemenu: change my maintainershipgnidorah2017-12-27
|
* rootston module: better defaultsgnidorah2017-12-26
|
* nixos/sway: Extend the descriptions and examplesMichael Weiss2017-12-25
| | | | | This'll hopefully make it a bit easier to get started with Sway and make some things about the module more obvious.
* Merge pull request #28022 from volth/ccacheJörg Thalheim2017-12-24
|\ | | | | nixos/ccache: init
| * nixos/ccache: initVolth2017-08-11
| |
* | nixos/rootston: InitMichael Weiss2017-12-23
| | | | | | | | Probably only relevant for a quick testing setup and NixOS VM tests.
* | Revert "nixos: doc: implement related packages in the manual"Graham Christensen2017-12-23
| |
* | Merge pull request #32424 from oxij/nixos/related-packagesArseniy Seroka2017-12-23
|\ \ | | | | | | nixos: doc: implement related packages in the manual
| * | nixos/tmux: use related packagesJan Malakhovski2017-12-07
| | |
* | | Make less known wayland compositors usable (#32285)gnidorah2017-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bemenu: init at 2017-02-14 * velox: 2015-11-03 -> 2017-07-04 * orbment, velox: don't expose subprojects the development of orbment and velox got stuck their subprojects (bemenu, dmenu-wayland, st-wayland) don't work correctly outside of parent projects so hide them to not confuse people swc and wld libraries are unpopular and unlike wlc are not used by anything except velox * pythonPackages.pydbus: init at 0.6.0 * way-cooler: 0.5.2 -> 0.6.2 * nixos/way-cooler: add module * dconf module: use for wayland non-invasive approach for #31293 see discussion at #32210 * sway: embed LD_LIBRARY_PATH for #32755 * way-cooler: switch from buildRustPackage to buildRustCrate #31150
* | | nixos/programs/bash: document that /etc/bash_completion.d is obsoleteOrivej Desh2017-12-10
| | | | | | | | | | | | https://github.com/scop/bash-completion/blob/fbd52a5e31747beb4974da97b9d3ed4f6ceb7a61/bash_completion#L2070-L2078
* | | nixos/programs/bash: Let bash-completion lazy load scriptsTor Hedin Brønner2017-12-10
|/ / | | | | | | | | | | | | | | | | | | | | | | | | As described in detail here: https://github.com/NixOS/nixpkgs/issues/32533 bash will load completion scripts in $p/share/bash-completion/completions/ on startup instead of letting bash-completion do it's lazy loading. Bash startup will then slow down (very noticeable when bash-completion is installed in a profile). This commit leaves loading of scripts in the hands of bash-completion, improving startup time for everyone using `enableCompletion`. fixes #32533
* | Merge pull request #31371 from gnidorah/swayFranz Pletz2017-11-24
|\ \ | | | | | | sway module: passthrough sway binary when needed
| * | sway module: passthrough sway binary when neededgnidorah2017-11-07
| | |
* | | nixos/bash: mark `inputrc` etc file as defaultRobert Helgesson2017-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The bash module currently sets the `/etc/inputrc` unconditionally, which prevents easy user override. This commit lowers the priority of the setting to "option default" level, which allows a user to override the value using either environment.etc."inputrc".text = … or environment.etc."inputrc".source = …
* | | nixos/zsh: add the type for enableAutosuggestions optionPierre Chevalier2017-11-18
|/ / | | | | | | | | | | Simply a small inconsistency I picked up when reading that file. fixes #31795
* | sway module: setcap binary, not wrappergnidorah2017-11-03
| |
* | nixos/ssh: fix examplemingchuan2017-11-01
| |
* | sway module: better defaultsgnidorah2017-10-25
| |
* | sway module: more optionsgnidorah2017-10-25
| |
* | nixos/sway: add moduleJoerg Thalheim2017-10-19
| |
* | Enable command-not-foundEelco Dolstra2017-10-10
| | | | | | | | | | 5a5db609e5bd83bc589f36eef394f3ad172d6648 disabled it by default, which may have been unintentional. mkEnableOption considered harmful.
* | nixos/zsh-syntax-highlighting: refactorWilliButz2017-10-09
| |
* | nixos/bcc: init moduleJoerg Thalheim2017-09-29
| | | | | | | | | | | | Looks trival, but it is easy to make the mistake to add linuxPackages.bcc to systemPackages, which breaks if the not the default kernel is used.
* | nixos/sysdig: init moduleJoerg Thalheim2017-09-29
| |
* | Merge pull request #21077 from xtruder/nixos/programs/npm/addJaka Hudoklin2017-09-23
|\ \ | | | | | | npm module: add npm module for global npm config
| * | npm module: add npm as nixos programJaka Hudoklin2017-09-23
| | |
* | | xonsh: fix typo ("xnosh") in "enable" descriptionRaphael Das Gupta2017-09-21
| | |
* | | mtr nixos module: wrap the proper binaryPeter Hoeg2017-09-14
| | |
* | | Merge pull request #28378 from Ma27/fix-zshrc-eval-orderFranz Pletz2017-08-30
|\ \ \ | | | | | | | | programs.zsh: move evlauation of `${zshAliases}` after `cfg.interactiveShellInit`
| * | | programs.zsh: move evlauation of `${zshAliases}` after ↵Maximilian Bosch2017-08-18
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | `cfg.interactiveShellInit` `cfg.interactiveShellInit` is used by modules like `programs.zsh.oh-my-zsh`. This means that all aliases defined in `programs.zsh.shellAliases` might be overriden which is highly unpredictable
* | | nixos: Fix build of manualaszlig2017-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | Regression introduced by 520a43ced38843d5116594b359854e02fa7ed057. Using XML tag characters for things that are not tags needs to be properly indicated by an entity. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | Merge pull request #28552 from romildo/fix.oblogoutJörg Thalheim2017-08-25
|\ \ \ | | | | | | | | oblogout: add description for configuration options
| * | | oblogout: add description for configuration optionsromildo2017-08-24
| |/ /
* / / Fix zsh completions (#28550)Izorkin2017-08-25
|/ / | | | | | | | | | | | | | | * Fix zsh completions * Fix zsh completions (fix commit) * Fix zsh completions (fix commit)
* | wvdial: removeRobin Gloster2017-08-04
| |
* | gnupg agent module: fix ssh agent assertion logicFranz Pletz2017-08-04
| |
* | programs.thefuck: support shells that don't use `/etc/profile`Maximilian Bosch2017-07-30
| |
* | Merge pull request #26761 from gnidorah/master3Peter Hoeg2017-07-26
|\ \ | | | | | | qt5ct module: expose qtstyleplugins
| * | qt5ct module: expose qtstylepluginsgnidorah2017-07-23
| | |
* | | programs.zsh.ohMyZsh: add `package` option to make package overrides on ↵Maximilian Bosch2017-07-20
| | | | | | | | | | | | module-base easier
* | | programs.gnupg: use extraInit instead of interactiveShellInitRobin Gloster2017-07-17
| | | | | | | | | | | | | | | | | | | | | Otherwise some programmes cannot use the GPG agent, e.g. applications started from dmenu. Behaviour was changed in #26888, this reverts that part.
* | | gnupg agent module: Only set tty for interactive shellsDaniel Fullmer2017-07-14
| | |