uses proper home config for ghostty
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = [
|
||||
ghostty
|
||||
];
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
package =
|
||||
if pkgs.stdenv.isDarwin
|
||||
then pkgs.ghostty-bin
|
||||
else pkgs.ghostty;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user