home: i3: fix font issue in i3 bar

see nix-community/home-manager#1937 for details about the issue
This commit is contained in:
Antoine Martin 2021-04-20 00:23:26 +02:00
parent 39c6f6db3a
commit 8284139b0e
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ in
{
statusCommand = "i3status-rs ${barConfigPath}";
position = "top";
fonts = [ "DejaVu Sans Mono 9" ];
fonts = [ "DejaVuSansMono" "FontAwesome5Free 9" ];
colors = {
background = colorBg;

View file

@ -8,7 +8,7 @@ in
home.packages = with pkgs; [
iw # Used by `net` block
lm_sensors # Used by `temperature` block
font-awesome-ttf
font-awesome
];
programs.i3status-rust = {