mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
force fish shell for kitty
This commit is contained in:
parent
e1fc3317b5
commit
30f9f869a7
@ -6,7 +6,7 @@
|
||||
darwinLaunchOptions = [ "--start-as=fullscreen" ];
|
||||
font.size = lib.mkForce 20;
|
||||
settings = {
|
||||
shell = "${pkgs.fish}/bin/fish";
|
||||
shell = "/run/current-system/sw/bin/fish";
|
||||
macos_traditional_fullscreen = true;
|
||||
macos_quit_when_last_window_closed = true;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user