diff --git a/configs/desktop.nix b/configs/desktop.nix index 613729e..3b535d1 100644 --- a/configs/desktop.nix +++ b/configs/desktop.nix @@ -55,12 +55,9 @@ fonts = { packages = with pkgs; [ cantarell-fonts - inter iosevka-bin jetbrains-mono twitter-color-emoji - - nerd-fonts.jetbrains-mono ]; fontconfig.defaultFonts = { diff --git a/programs/waybar/style.css b/programs/waybar/style.css index 47b5dfd..ba3d7dc 100644 --- a/programs/waybar/style.css +++ b/programs/waybar/style.css @@ -31,7 +31,7 @@ @define-color rosewater #f4dbd6; * { - font-family: JetbrainsMono Nerd Font, sans-serif; + font-family: Jetbrains Mono, sans-serif; font-size: 12px; } @@ -161,4 +161,4 @@ button:hover { #tray>.needs-attention { -gtk-icon-effect: highlight; background-color: #eb4d4b; -} \ No newline at end of file +}