Skip to content

Commit

Permalink
carbon: switch to altiosevka
Browse files Browse the repository at this point in the history
  • Loading branch information
leana8959 committed Sep 27, 2024
1 parent 33664cf commit 32ca5d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .config/wired/wired.ron
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
offset: Vec2(x: 0.0, y: -3.0),
params: ScrollingTextBlock((
text: "%b",
font: "Hiosevka NFM 18",
font: "Altiosevka NFM 18",
color: Color(hex: "#fafafa"),
padding: Padding(left: 7.0, right: 7.0, top: 3.0, bottom: 7.0),
width: (min: 400, max: 400),
Expand Down
4 changes: 2 additions & 2 deletions nix/configurations/home/carbon/wm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ in
pkgs.noto-fonts-cjk-serif
pkgs.noto-fonts-color-emoji
pkgs.noto-fonts-emoji-blob-bin
myPkgs.hiosevka-nerd-font-mono
myPkgs.hiosevka
myPkgs.altiosevka-nerd-font-mono
myPkgs.altiosevka

pkgs.xmobar
pkgs.wired
Expand Down
2 changes: 1 addition & 1 deletion nix/homeModules/kitty/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
programs.kitty = lib.mkIf config.programs.kitty.enable {
font = {
name = "HiosevkaNFM";
name = "AltiosevkaNFM";
size = 14;
};
settings = {
Expand Down

0 comments on commit 32ca5d1

Please sign in to comment.