8 lines
No EOL
106 B
Nix
8 lines
No EOL
106 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
programs.bash = {
|
|
enable = true;
|
|
historyFile = "~/.cache/bash_history";
|
|
};
|
|
} |