t490: set ghostty as the default terminal

This commit is contained in:
Oliver Davies 2025-01-04 14:08:34 +00:00
parent 389e5f247a
commit 2c9af56ff7
3 changed files with 6 additions and 3 deletions
nix/lib/shared

View file

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