flake/home/applications/bash/default.nix

7 lines
128 B
Nix
Raw Normal View History

2023-11-05 09:21:37 +00:00
{config, ...}: {
programs.bash = {
enable = true;
historyFile = "${config.xdg.configHome}/bash/.bash_history";
};
}