feat(ghostty): use Jetbrains Mono foint
This commit is contained in:
parent
ed6599d68d
commit
ed8e5bf7fd
3 changed files with 7 additions and 3 deletions
|
|
@ -49,6 +49,8 @@ unbind \'; bind \' splitw -hc '#{pane_current_path}'
|
||||||
unbind \-; bind \- splitw -vc '#{pane_current_path}'
|
unbind \-; bind \- splitw -vc '#{pane_current_path}'
|
||||||
|
|
||||||
unbind y; bind y if -F '#{pane_in_mode}' 'send-keys -X cancel' 'copy-mode'
|
unbind y; bind y if -F '#{pane_in_mode}' 'send-keys -X cancel' 'copy-mode'
|
||||||
|
unbind C-d; bind C-d if -F '#{pane_in_mode}' { send-keys -X halfpage-down } { copy-mode ; send-keys -X halfpage-down }
|
||||||
|
unbind C-u; bind C-u if -F '#{pane_in_mode}' { send-keys -X halfpage-up } { copy-mode ; send-keys -X halfpage-up }
|
||||||
unbind /; bind / if -F '#{pane_in_mode}' { send-keys -X cancel } { copy-mode ; command-prompt -p '/' { send -X search-forward -- '%%' } }
|
unbind /; bind / if -F '#{pane_in_mode}' { send-keys -X cancel } { copy-mode ; command-prompt -p '/' { send -X search-forward -- '%%' } }
|
||||||
unbind ?; bind ? if -F '#{pane_in_mode}' { send-keys -X cancel } { copy-mode ; command-prompt -p '?' { send -X search-backward -- '%%' } }
|
unbind ?; bind ? if -F '#{pane_in_mode}' { send-keys -X cancel } { copy-mode ; command-prompt -p '?' { send -X search-backward -- '%%' } }
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -94,7 +94,8 @@ let
|
||||||
{ id, sha256, version }:
|
{ id, sha256, version }:
|
||||||
{
|
{
|
||||||
inherit id version;
|
inherit id version;
|
||||||
crxPath = builtins.fetchurl {
|
crxPath = pkgs.fetchurl {
|
||||||
|
name = "${id}.crx";
|
||||||
url =
|
url =
|
||||||
"https://clients2.google.com/service/update2/crx"
|
"https://clients2.google.com/service/update2/crx"
|
||||||
+ "?response=redirect&acceptformat=crx2,crx3"
|
+ "?response=redirect&acceptformat=crx2,crx3"
|
||||||
|
|
@ -265,7 +266,8 @@ in
|
||||||
{
|
{
|
||||||
id = "ocaahdebbfolfmndjeplogmgcagdmblk";
|
id = "ocaahdebbfolfmndjeplogmgcagdmblk";
|
||||||
version = "1.5.4.2";
|
version = "1.5.4.2";
|
||||||
crxPath = builtins.fetchurl {
|
crxPath = pkgs.fetchurl {
|
||||||
|
name = "chromium-web-store.crx";
|
||||||
url = "https://github.com/NeverDecaf/chromium-web-store/releases/download/v1.5.4.2/Chromium.Web.Store.crx";
|
url = "https://github.com/NeverDecaf/chromium-web-store/releases/download/v1.5.4.2/Chromium.Web.Store.crx";
|
||||||
sha256 = "0q3js6r6wzy0hqdjgm9n8kmwb8hn6prap7gp3vx0z3xgipgpp92c";
|
sha256 = "0q3js6r6wzy0hqdjgm9n8kmwb8hn6prap7gp3vx0z3xgipgpp92c";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
programs.ghostty = {
|
programs.ghostty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
font-family = "Berkeley Mono";
|
font-family = "Jetbrains Mono";
|
||||||
font-codepoint-map = "U+f101-U+f25c=nonicons";
|
font-codepoint-map = "U+f101-U+f25c=nonicons";
|
||||||
font-feature = "-calt";
|
font-feature = "-calt";
|
||||||
font-size = 20;
|
font-size = 20;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue