4 lines
96 B
Nix
4 lines
96 B
Nix
{ config, ... }:
|
|
{
|
|
home.sessionVariables.HISTFILE = "${config.xdg.stateHome}/bash_history";
|
|
}
|