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 = { skhd = {
enable = true; enable = true;
skhdConfig = '' 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 shift + alt - return: pkill afplay
# close focused window # close focused window

View File

@@ -22,6 +22,7 @@
}; };
kuro = { kuro = {
hostname = "kuro"; hostname = "kuro";
interactiveSudo = true;
profiles.system = { profiles.system = {
sshUser = "fs0c131y"; sshUser = "fs0c131y";
path = inputs.deploy-rs.lib.aarch64-darwin.activate.darwin self.darwinConfigurations.kuro; path = inputs.deploy-rs.lib.aarch64-darwin.activate.darwin self.darwinConfigurations.kuro;

View File

@@ -10,7 +10,6 @@
lua lua
*/ */
'' ''
local wezterm = require 'wezterm';
return { return {
term = "wezterm", term = "wezterm",
font = wezterm.font_with_fallback({ font = wezterm.font_with_fallback({
@@ -18,12 +17,16 @@
"Symbols Nerd Font Mono" "Symbols Nerd Font Mono"
}), }),
color_scheme = "Catppuccin Mocha", color_scheme = "Catppuccin Mocha",
colors = {
background = "#1e1e1e",
},
font_size = 16, font_size = 16,
initial_cols = 200, initial_cols = 200,
hide_tab_bar_if_only_one_tab = true, hide_tab_bar_if_only_one_tab = true,
window_background_opacity = 0.8, window_background_opacity = 0.8,
cursor_blink_rate = 8, -- background = {{source = {Color = "black"}}},
# default_cursor_style = "BlinkingBlock", -- cursor_blink_rate = 8,
-- default_cursor_style = "BlinkingBlock",
default_prog = { "${pkgs.fish}/bin/fish", "-l" }, default_prog = { "${pkgs.fish}/bin/fish", "-l" },
window_padding = { window_padding = {
left = 2, left = 2,