mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
prefer kitty to not start fullscreen on m3 macbook pro
This commit is contained in:
parent
6c2fc0289b
commit
1833bfddfb
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user