From d82c403da50ff6287acf7c96022fad962515aae0 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 7 Feb 2022 15:00:11 +0100 Subject: [PATCH] home: i3bar: i3status-rs no longer needs binaries --- home/x/i3bar.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/x/i3bar.nix b/home/x/i3bar.nix index c1ec2c3..dc67f45 100644 --- a/home/x/i3bar.nix +++ b/home/x/i3bar.nix @@ -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 ; };