mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
kitty: try something
This commit is contained in:
parent
c146d0cbf8
commit
6974f6d711
1 changed files with 3 additions and 0 deletions
|
|
@ -45,6 +45,7 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
theme = if pkgs.system == "aarch64-darwin" then "dracula" else "default";
|
||||
# https://github.com/nix-community/home-manager/issues/3854
|
||||
themes.dracula = {
|
||||
fg = [ 248 248 242 ];
|
||||
bg = [ 40 42 54 ];
|
||||
|
|
@ -78,6 +79,8 @@
|
|||
# mouse_map = "left click ungrabbed no-op";
|
||||
# Ctrl+Shift+click to open URL.
|
||||
confirm_os_window_close = "0";
|
||||
# https://github.com/kovidgoyal/kitty/issues/847
|
||||
macos_option_as_alt = "yes";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue