Skip to content

Commit

Permalink
fix: nerd-font specification changed
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed Dec 1, 2024
1 parent 7b77ab5 commit 1b385c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion homes/_modules/shell/utilities.nix
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@ in {
}
(mkIf pkgs.stdenv.isDarwin {
home.packages = with pkgs; [
(nerdfonts.override {fonts = ["FiraCode" "JetBrainsMono" "DejaVuSansMono" "DroidSansMono"];})
nerd-fonts.fira-code
nerd-fonts.jetbrains-mono
nerd-fonts.dejavu-sans-mono
nerd-fonts.droid-sans-mono
];
})
(mkIf pkgs.stdenv.isLinux {
Expand Down
2 changes: 1 addition & 1 deletion hosts/hera/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ in {
};

fonts.packages = with pkgs; [
(nerdfonts.override {fonts = ["FiraCode"];})
nerd-fonts.fira-code
];

# Use the systemd-boot EFI boot loader.
Expand Down
3 changes: 1 addition & 2 deletions hosts/hera/hyprland.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ in {
noto-fonts
noto-fonts-cjk
noto-fonts-emoji

(nerdfonts.override {fonts = ["FiraCode"];})
nerd-fonts.fira-code
];

fontconfig = {
Expand Down

0 comments on commit 1b385c5

Please sign in to comment.