Compare commits

...

2 Commits

Author SHA1 Message Date
8d257bdf08 add dependencies 2024-11-21 10:15:12 +01:00
a1ab5a5a27 close on last window 2024-11-21 10:15:03 +01:00
3 changed files with 4 additions and 2 deletions

View File

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

View File

@ -1433,7 +1433,7 @@ remember_window_size yes
#: kitty will cycle through various known editors (vim, emacs, etc.)
#: 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.
#: 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
#: supported.
# macos_quit_when_last_window_closed no
macos_quit_when_last_window_closed yes
#: 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

View File

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