Actually, this is my `programs.bash` config: ```nix programs.bash = { enable = true; initExtra = builtins.readFile "${self}/dotfiles/bashrc"; shellAliases = { something = "${pkgs.ffmpeg}/bin/ffmpeg --someoption"; }; }; ```