feat(i3): use IBM Plex Sans

This commit is contained in:
winston 2023-03-08 00:30:37 +01:00
parent 61243eb191
commit 6317318243
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -7,7 +7,7 @@
}: let
inherit (pkgs.stdenv.hostPlatform) isLinux;
fonts = {
names = ["Inter" "Symbols Nerd Font"];
names = ["IBM Plex Sans" "Symbols Nerd Font"];
size = 16.0;
};
in {
@ -19,10 +19,6 @@ in {
blueberry
pavucontrol
xclip
# fonts
(nerdfonts.override {fonts = ["NerdFontsSymbolsOnly"];})
inter
];
};