mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +00:00
Set Ghostty to default term
This commit is contained in:
parent
7162fdb6f5
commit
2b21fee537
2 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,8 @@
|
|||
homeConfiguration "nixos" {
|
||||
imports = [ ghosttyModule.homeModules.default ];
|
||||
|
||||
programs.nushell.environmentVariables.TERMINAL = "ghostty";
|
||||
|
||||
programs.ghostty = enabled {
|
||||
package = upkgs.ghostty;
|
||||
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
bind = SUPER , F, fullscreen
|
||||
bind = SUPER+ALT, F, togglefloating
|
||||
|
||||
bind = SUPER, RETURN, exec, kitty
|
||||
bind = SUPER, RETURN, exec, ghostty
|
||||
bind = SUPER, W , exec, firefox
|
||||
bind = SUPER, T , exec, thunderbird
|
||||
bind = SUPER, D , exec, discord
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue