t490: set ghostty as the default terminal
This commit is contained in:
parent
389e5f247a
commit
2c9af56ff7
3 changed files with 6 additions and 3 deletions
nix/lib/shared
|
@ -37,7 +37,8 @@
|
|||
};
|
||||
|
||||
desktop = {
|
||||
alacritty.enable = lib.mkDefault true;
|
||||
alacritty.enable = lib.mkDefault false;
|
||||
ghostty.enable = lib.mkDefault true;
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue