fix(ghostty): add cairo wrapper and make it the default terminal
This commit is contained in:
parent
987aee1c5b
commit
2e58a2d4ad
5 changed files with 17 additions and 8 deletions
|
|
@ -97,7 +97,7 @@
|
|||
|
||||
[no-cd]
|
||||
switch:
|
||||
home-manager switch --flake ~/.config/home-manager#$USER
|
||||
home-manager switch --flake ~/.config/home-manager#$USER
|
||||
|
||||
[no-cd]
|
||||
rebuild:
|
||||
|
|
@ -111,8 +111,8 @@ home-manager switch --flake ~/.config/home-manager#$USER
|
|||
|
||||
home.sessionVariables = {
|
||||
# you can change the default terminal and editor here
|
||||
TERMINAL = "${pkgs.ghostty}/bin/ghostty";
|
||||
DEFAULT_TERMINAL = "${pkgs.ghostty}/bin/ghostty";
|
||||
TERMINAL = "ghostty-cairo";
|
||||
DEFAULT_TERMINAL = "ghostty-cairo";
|
||||
EDITOR = "micro";
|
||||
DBX_CONTAINER_HOME_PREFIX = "$HOME/distrobox";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue