Skip to content
Unverified Commit 101d56cb authored by Robert Helgesson's avatar Robert Helgesson
Browse files

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 = …
parent fd565ced
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment