Revert "t490: set ghostty as the default terminal"

This reverts commit 2c9af56ff7.
This commit is contained in:
Oliver Davies 2025-01-04 21:07:45 +00:00
parent f92ad2b5ab
commit fc3c9ef569
3 changed files with 3 additions and 6 deletions
nix/lib/shared

View file

@ -37,8 +37,7 @@
};
desktop = {
alacritty.enable = lib.mkDefault false;
ghostty.enable = lib.mkDefault true;
alacritty.enable = lib.mkDefault true;
};
}
];