ghostty test 2

This commit is contained in:
2025-07-19 20:15:15 +02:00
parent 1539c88df0
commit 010c79425a
4 changed files with 52 additions and 366 deletions

View File

@@ -3,7 +3,6 @@
lib,
pkgs,
osConfig,
inputs,
...
}: let
inherit (lib) mkIf mkEnableOption mkMerge;
@@ -45,7 +44,7 @@ in {
};
}
(mkIf (host == "kima") {
programs.fuzzel.settings.main.terminal = "${inputs.ghostty.packages.x86_64-linux.default}/bin/ghostty";
programs.fuzzel.settings.main.terminal = "${pkgs.ghostty}/bin/ghostty";
})
(mkIf (host == "bunk") {
programs.fuzzel.settings.main.terminal = "${pkgs.foot}/bin/foot";

View File

@@ -16,7 +16,7 @@ in {
{
programs.ghostty = {
enable = true;
package = pkgs.ghostty-bin;
package = pkgs.ghostty;
enableBashIntegration = config.programs.bash.enable;
enableFishIntegration = config.programs.fish.enable;
enableZshIntegration = config.programs.zsh.enable;

View File

@@ -94,7 +94,7 @@ in {
(mkIf (host == "kima") {
programs.hyprland.settings = {
"$terminal" = "alacritty";
"$terminal" = "ghostty";
"$browser" = "zen";
"$browserinc" = "zen --private-window";
"$mod" = "SUPER";