mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-18 23:44:16 +01:00
fix: kitty settings on linux
This commit is contained in:
@@ -13,9 +13,9 @@
|
||||
macos_option_as_alt = true; # Option key acts as Alt on macOS
|
||||
scrollback_lines = 10000;
|
||||
enable_audio_bell = false;
|
||||
} // lib.mkIf pkgs.stdenv.isDarwin {
|
||||
} // (if pkgs.stdenv.isDarwin then {
|
||||
# macOS specific settings, force kitty to use nushell as default shell
|
||||
shell = "/run/current-system/sw/bin/nu";
|
||||
};
|
||||
} else {});
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user