feat(shell): better shell options, move tmux to shell
This commit is contained in:
@@ -25,6 +25,7 @@ in {
|
||||
config = lib.mkIf cfg.enable {
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
inherit (cfg) bashrcExtra;
|
||||
shellAliases = cfg.aliases;
|
||||
shellOptions = [
|
||||
"histappend"
|
||||
|
||||
Reference in New Issue
Block a user