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