Skip to content

Commit

Permalink
fix nerdfonts renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
number5 committed Dec 1, 2024
1 parent c418e41 commit a88fb21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion home/modules/wayland/eww/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ in {
pkgs.eww
pkgs.pamixer
pkgs.brightnessctl
(pkgs.nerdfonts.override {fonts = ["JetBrainsMono"];})
pkgs.nerd-fonts.jetbrains-mono
];

# configuration
Expand Down
8 changes: 2 additions & 6 deletions home/modules/wayland/hyprland/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,8 @@
fontPkgs = with pkgs; [
font-awesome # awesome fonts
material-design-icons # fonts with glyphs
(nerdfonts.override {
fonts = [
"JetBrainsMono"
"Iosevka"
];
})
nerd-fonts.jetbrains-mono
nerd-fonts.iosevka
];

audioPkgs = with pkgs; [
Expand Down

0 comments on commit a88fb21

Please sign in to comment.