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";
|
inactive_border_col = "rgba(86aaeccc) rgba(93cee9cc) 45deg";
|
||||||
|
|
||||||
# Apps
|
# Apps
|
||||||
terminal = "ghostty";
|
terminal = "wezterm";
|
||||||
floating_terminal = "ghostty --class=com.ghostty.floating";
|
floating_terminal = "wezterm start --class wezterm-floating";
|
||||||
editor = "ghostty -e nvim";
|
editor = "wezterm -e nvim";
|
||||||
browser = "firefox";
|
browser = "firefox";
|
||||||
filemanager = "thunar";
|
filemanager = "thunar";
|
||||||
in {
|
in {
|
||||||
|
Reference in New Issue
Block a user