feat: Use wezterm as default darwin

This commit is contained in:
uttarayan21
2025-02-07 10:42:45 +05:30
parent 773fa07046
commit e0d55482f3
3 changed files with 9 additions and 4 deletions

View File

@@ -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

View File

@@ -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;

View File

@@ -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,