little-lightning: tmux shell fix

see: https://github.com/nix-community/home-manager/issues/5952
This commit is contained in:
Zynh Ludwig 2024-11-24 10:50:12 -08:00
parent d0eab78ad9
commit 22395f7694

View file

@ -19,6 +19,11 @@
direnv.enable = true;
};
programs.tmux.extraConfig = ''
set -gu default-command
set -g default-shell "$SHELL"
'';
programs.alacritty.settings = {
font.size = lib.mkForce 16.0;
window.opacity = lib.mkForce 0.94;