flake/home/applications/bash/default.nix

7 lines
130 B
Nix

{ config, ... }:
{
programs.bash = {
enable = true;
historyFile = "${config.xdg.configHome}/bash/.bash_history";
};
}