home: i3: fix font issue in i3 bar
see nix-community/home-manager#1937 for details about the issue
This commit is contained in:
parent
39c6f6db3a
commit
8284139b0e
|
@ -46,7 +46,7 @@ in
|
||||||
{
|
{
|
||||||
statusCommand = "i3status-rs ${barConfigPath}";
|
statusCommand = "i3status-rs ${barConfigPath}";
|
||||||
position = "top";
|
position = "top";
|
||||||
fonts = [ "DejaVu Sans Mono 9" ];
|
fonts = [ "DejaVuSansMono" "FontAwesome5Free 9" ];
|
||||||
|
|
||||||
colors = {
|
colors = {
|
||||||
background = colorBg;
|
background = colorBg;
|
||||||
|
|
|
@ -8,7 +8,7 @@ in
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
iw # Used by `net` block
|
iw # Used by `net` block
|
||||||
lm_sensors # Used by `temperature` block
|
lm_sensors # Used by `temperature` block
|
||||||
font-awesome-ttf
|
font-awesome
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.i3status-rust = {
|
programs.i3status-rust = {
|
||||||
|
|
Loading…
Reference in a new issue