prefer kitty to not start fullscreen on m3 macbook pro

This commit is contained in:
Noah Masur 2024-02-07 23:14:06 -05:00
parent 6c2fc0289b
commit 1833bfddfb

View File

@ -3,7 +3,6 @@
# MacOS-specific settings for Kitty
home-manager.users.${config.user} = lib.mkIf pkgs.stdenv.isDarwin {
programs.kitty = {
darwinLaunchOptions = [ "--start-as=fullscreen" ];
font.size = lib.mkForce 20;
settings = {
shell = "/run/current-system/sw/bin/fish";