diff --git a/hosts/pinwheel/modules/bemenu/default.nix b/hosts/pinwheel/modules/bemenu/default.nix index b5f69bc..9e0c88c 100644 --- a/hosts/pinwheel/modules/bemenu/default.nix +++ b/hosts/pinwheel/modules/bemenu/default.nix @@ -4,7 +4,7 @@ let bmr = pkgs.writeShellScript "bmr" '' ${pkgs.bemenu}/bin/bemenu-run \ - --fn 'DejaVuSansM Nerd Font Mono 16' \ + --fn 'JetBrainsMono Nerd Font Mono 16' \ --hp 10 \ --line-height 38 \ --cw 12 \ diff --git a/hosts/pinwheel/modules/dunst/default.nix b/hosts/pinwheel/modules/dunst/default.nix index e58f630..3eada2a 100644 --- a/hosts/pinwheel/modules/dunst/default.nix +++ b/hosts/pinwheel/modules/dunst/default.nix @@ -13,7 +13,7 @@ origin = "top-right"; transparency = 10; frame_color = "#${config.lib.colors.foreground-dim}"; - font = "DejaVuSansM Nerd Font Mono 14"; + font = "JetBrainsMono Nerd Font Mono 14"; }; urgency_low = { diff --git a/hosts/pinwheel/modules/emacs/config.org b/hosts/pinwheel/modules/emacs/config.org index 05133d3..127c154 100644 --- a/hosts/pinwheel/modules/emacs/config.org +++ b/hosts/pinwheel/modules/emacs/config.org @@ -125,7 +125,7 @@ #+END_SRC ** Font #+BEGIN_SRC emacs-lisp - (add-to-list 'default-frame-alist '(font . "DejaVuSansM Nerd Font Mono 16")) + (add-to-list 'default-frame-alist '(font . "JetBrainsMono Nerd Font Mono")) #+END_SRC ** Icons #+BEGIN_SRC emacs-lisp diff --git a/hosts/pinwheel/modules/foot/default.nix b/hosts/pinwheel/modules/foot/default.nix index f38a9ad..45f2387 100644 --- a/hosts/pinwheel/modules/foot/default.nix +++ b/hosts/pinwheel/modules/foot/default.nix @@ -19,7 +19,7 @@ in settings = { main = { term = "xterm-256color"; - font = "DejaVuSansM Nerd Font Mono:size=14"; + font = "JetBrainsMono Nerd Font Mono:size=14"; }; }; }; diff --git a/hosts/pinwheel/modules/waybar/default.nix b/hosts/pinwheel/modules/waybar/default.nix index c726319..c396211 100644 --- a/hosts/pinwheel/modules/waybar/default.nix +++ b/hosts/pinwheel/modules/waybar/default.nix @@ -232,7 +232,7 @@ in style = '' * { - font-family: 'DejaVuSansM Nerd Font Mono'; + font-family: 'JetBrainsMono Nerd Font Mono'; font-size: 22px; }