0xda157's home-manager and nixos config
at main 4 lines 95 B view raw
1{ config, ... }: 2{ 3 programs.bash.historyFile = "${config.xdg.dataHome}/bash/bash_history"; 4}