mirror of
https://github.com/nmasur/dotfiles
synced 2026-07-26 12:38:34 +00:00
fix broken rebuilds
This commit is contained in:
@@ -109,6 +109,10 @@ in
|
||||
|
||||
settings = {
|
||||
default_mode = "locked";
|
||||
# Spawn fish directly instead of trusting $SHELL, which inherits the
|
||||
# macOS login shell. On darwin that login shell is no longer managed by
|
||||
# nix-darwin, so $SHELL can point at a stale /run/current-system path.
|
||||
default_shell = lib.getExe pkgs.fish;
|
||||
# default_layout = "compact-top";
|
||||
# Remove border
|
||||
pane_frames = false;
|
||||
|
||||
Reference in New Issue
Block a user