feat(shell): better shell options, move tmux to shell

This commit is contained in:
2025-05-25 22:41:23 +02:00
parent f13a0f6863
commit 56cd6332ae
7 changed files with 53 additions and 26 deletions

View File

@@ -25,6 +25,7 @@ in {
config = lib.mkIf cfg.enable {
programs.bash = {
enable = true;
inherit (cfg) bashrcExtra;
shellAliases = cfg.aliases;
shellOptions = [
"histappend"