This commit is contained in:
2026-03-16 07:47:22 +01:00
parent 57bc3b9453
commit 60fbc75d5e
9 changed files with 59 additions and 69 deletions

View File

@@ -23,7 +23,7 @@ in {
enable = true;
package = rofi-pass-wayland;
};
terminal = "\${pkgs.kitty}/bin/kitty";
terminal = "\${pkgs.ghostty}/bin/ghostty";
font = "Fira Code";
extraConfig = {
show-icons = true;
@@ -195,7 +195,7 @@ in {
args = "--agent chiron";
};
};
terminal = pkgs.kitty;
terminal = pkgs.ghostty;
terminalCommand = "opencode %a";
};
};