little-lightning: tmux shell fix
see: https://github.com/nix-community/home-manager/issues/5952
This commit is contained in:
parent
d0eab78ad9
commit
22395f7694
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue