Files
garandos/modules/home/bash.nix

10 lines
123 B
Nix

_: {
programs.bash = {
enable = true;
enableCompletion = true;
initExtra = ''
fastfetch
'';
};
}