Skip to content

Commit

Permalink
fonts: transition to specific nerdfonts after deprecation of all in p…
Browse files Browse the repository at this point in the history
…ackage

Signed-off-by: aserowy <serowy@hotmail.com>
  • Loading branch information
aserowy committed Dec 2, 2024
1 parent 3da68db commit b7a918e
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 36 deletions.
66 changes: 33 additions & 33 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion home/work-macos.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
};

packages = with pkgs; [
nerdfonts
nerd-fonts.fira-code
nerd-fonts.jetbrains-mono
];
};

Expand Down
3 changes: 2 additions & 1 deletion home/work-ui.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
packages = with pkgs; [
inter
powerline-fonts
nerdfonts
nerd-fonts.fira-code
nerd-fonts.jetbrains-mono
];
};

Expand Down
3 changes: 2 additions & 1 deletion systems/workstation/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
packages = with pkgs; [
inter
powerline-fonts
nerdfonts
nerd-fonts.fira-code
nerd-fonts.jetbrains-mono
];
};

Expand Down

0 comments on commit b7a918e

Please sign in to comment.