force fish shell for kitty

This commit is contained in:
Noah Masur 2022-11-19 19:11:26 -07:00
parent e1fc3317b5
commit 30f9f869a7

View File

@ -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;
};