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 { config = mkIf isEnabled {
home.packages = builtins.attrValues { home.packages = builtins.attrValues {
inherit (pkgs) inherit (pkgs)
iw # Used by `net` block # FIXME: is this useful?
lm_sensors # Used by `temperature` block
font-awesome font-awesome
; ;
}; };