feat: add alacritty

This commit is contained in:
Ryan Yin
2024-11-12 22:10:20 +08:00
parent ab3c88b071
commit 39fc4a118f
9 changed files with 135 additions and 9 deletions

View File

@@ -155,8 +155,6 @@ in {
"visual-studio-code"
"zed" # zed editor
"aerospace" # an i3-like tiling window manager for macOS
# "wezterm"
# "tor-browser"
# https://joplinapp.org/help/
# "joplin" # note taking app

View File

@@ -6,6 +6,6 @@
# set user's default shell back to zsh
# `chsh -s /bin/zsh`
# DO NOT change the system's default shell to nushell! it will break some apps!
# It's better to change only kitty/wezterm's shell to nushell!
# It's better to change only kitty/wezterm & other terminal emulator's shell to nushell!
};
}

View File

@@ -13,7 +13,7 @@
# set user's default shell system-wide
users.defaultUserShell = pkgs.bashInteractive;
# fix for `sudo xxx` in kitty/wezterm and other modern terminal emulators
# fix for `sudo xxx` in kitty/wezterm/foot and other modern terminal emulators
security.sudo.keepTerminfo = true;
environment.variables = {