1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-08-01 20:47:48 +00:00

Set Ghostty to default term

This commit is contained in:
RGBCube 2023-12-07 09:39:35 +03:00
parent 7162fdb6f5
commit 2b21fee537
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -3,6 +3,8 @@
homeConfiguration "nixos" {
imports = [ ghosttyModule.homeModules.default ];
programs.nushell.environmentVariables.TERMINAL = "ghostty";
programs.ghostty = enabled {
package = upkgs.ghostty;

View file

@ -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