Compare commits

..

No commits in common. "8d257bdf08a6cb7f93993f66292f801dbf3e896d" and "f1bebdcb4ed682af5d4260c9a0a52d02d4a3b884" have entirely different histories.

3 changed files with 2 additions and 4 deletions

View File

@ -27,5 +27,4 @@
"imageoptim" "imageoptim"
"appcleaner" "appcleaner"
"android-studio"
] ]

View File

@ -1433,7 +1433,7 @@ remember_window_size yes
#: kitty will cycle through various known editors (vim, emacs, etc.) #: kitty will cycle through various known editors (vim, emacs, etc.)
#: and take the first one that exists on your system. #: and take the first one that exists on your system.
# close_on_child_death yes close_on_child_death yes
#: Close the window when the child process (usually the shell) exits. #: Close the window when the child process (usually the shell) exits.
#: With the default value no, the terminal will remain open when the #: With the default value no, the terminal will remain open when the
@ -1839,7 +1839,7 @@ macos_titlebar_color background
#: Dock). Changing this option by reloading the config is not #: Dock). Changing this option by reloading the config is not
#: supported. #: supported.
macos_quit_when_last_window_closed yes # macos_quit_when_last_window_closed no
#: Have kitty quit when all the top-level windows are closed on macOS. #: Have kitty quit when all the top-level windows are closed on macOS.
#: By default, kitty will stay running, even with no open windows, as #: By default, kitty will stay running, even with no open windows, as

View File

@ -44,7 +44,6 @@
# sflx # sflx
pkgs.vault pkgs.vault
pkgs.cocoapods pkgs.cocoapods
pkgs.phrase-cli
(pkgs.nerdfonts.override { fonts = [ "JetBrainsMono" ]; }) (pkgs.nerdfonts.override { fonts = [ "JetBrainsMono" ]; })
]; ];