mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-08-22 22:51:00 +05:30
feat(hyprland): replace ghostty with wezterm
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
inactive_border_col = "rgba(86aaeccc) rgba(93cee9cc) 45deg";
|
||||
|
||||
# Apps
|
||||
terminal = "ghostty";
|
||||
floating_terminal = "ghostty --class=com.ghostty.floating";
|
||||
editor = "ghostty -e nvim";
|
||||
terminal = "wezterm";
|
||||
floating_terminal = "wezterm start --class wezterm-floating";
|
||||
editor = "wezterm -e nvim";
|
||||
browser = "firefox";
|
||||
filemanager = "thunar";
|
||||
in {
|
||||
|
Reference in New Issue
Block a user