nixpkgs/nixos/modules/programs/bash
Robert Helgesson 101d56cb0c
nixos/bash: mark inputrc etc file as default
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 = …
2017-11-20 12:32:01 +01:00
..
bash.nix nixos/bash: mark inputrc etc file as default 2017-11-20 12:32:01 +01:00
inputrc nixos/bash: enable colors during completion 2016-07-09 20:51:31 +01:00