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";