home: i3bar: i3status-rs no longer needs binaries

This commit is contained in:
Antoine Martin 2022-02-07 15:00:11 +01:00
parent c07edc8fd2
commit d82c403da5

View file

@ -35,8 +35,7 @@ in
config = mkIf isEnabled {
home.packages = builtins.attrValues {
inherit (pkgs)
iw # Used by `net` block
lm_sensors # Used by `temperature` block
# FIXME: is this useful?
font-awesome
;
};