mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-26 11:21:34 +01:00
feat: add alacritty
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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!
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user