10 lines
129 B
Nix
10 lines
129 B
Nix
_: {
|
|
programs.bash = {
|
|
enable = true;
|
|
enableCompletion = true;
|
|
# initExtra = ''
|
|
# fastfetch
|
|
# '';
|
|
};
|
|
}
|