[Nix-dev] changing /etc/inputrc
    Henning Thielemann 
    lemming at henning-thielemann.de
       
    Sun Aug 30 13:45:20 CEST 2015
    
    
  
I am still learning NixOS ... I want to alter /etc/inputrc this way:
< "\e[5~": beginning-of-history
< "\e[6~": end-of-history
---
> "\e[5~": history-search-backward
> "\e[6~": history-search-forward
but inputrc is a symlink to nix-store and I guess that it is not a good 
idea to alter that one, but instead I have to write something to 
/etc/nixos/configuration.nix, right? But what?
    
    
More information about the nix-dev
mailing list