feat: Use wezterm as default darwin
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
skhd = {
|
||||
enable = true;
|
||||
skhdConfig = ''
|
||||
alt - return : ${pkgs.lib.getExe pkgs.kitty} --single-instance --directory ~
|
||||
# alt - return : ${pkgs.lib.getExe pkgs.kitty} --single-instance --directory ~
|
||||
alt - return : ${pkgs.lib.getExe pkgs.wezterm}
|
||||
shift + alt - return: pkill afplay
|
||||
|
||||
# close focused window
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
};
|
||||
kuro = {
|
||||
hostname = "kuro";
|
||||
interactiveSudo = true;
|
||||
profiles.system = {
|
||||
sshUser = "fs0c131y";
|
||||
path = inputs.deploy-rs.lib.aarch64-darwin.activate.darwin self.darwinConfigurations.kuro;
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
lua
|
||||
*/
|
||||
''
|
||||
local wezterm = require 'wezterm';
|
||||
return {
|
||||
term = "wezterm",
|
||||
font = wezterm.font_with_fallback({
|
||||
@@ -18,12 +17,16 @@
|
||||
"Symbols Nerd Font Mono"
|
||||
}),
|
||||
color_scheme = "Catppuccin Mocha",
|
||||
colors = {
|
||||
background = "#1e1e1e",
|
||||
},
|
||||
font_size = 16,
|
||||
initial_cols = 200,
|
||||
hide_tab_bar_if_only_one_tab = true,
|
||||
window_background_opacity = 0.8,
|
||||
cursor_blink_rate = 8,
|
||||
# default_cursor_style = "BlinkingBlock",
|
||||
-- background = {{source = {Color = "black"}}},
|
||||
-- cursor_blink_rate = 8,
|
||||
-- default_cursor_style = "BlinkingBlock",
|
||||
default_prog = { "${pkgs.fish}/bin/fish", "-l" },
|
||||
window_padding = {
|
||||
left = 2,
|
||||
|
||||
Reference in New Issue
Block a user