From c07edc8fd27d1cb3b3ab792c154a4dde26e84c87 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 7 Feb 2022 14:59:57 +0100 Subject: [PATCH 1/2] overlays: i3status-rust needs lm_sensors now --- overlays/i3status-rust/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/overlays/i3status-rust/default.nix b/overlays/i3status-rust/default.nix index 1b78021..2e4948a 100644 --- a/overlays/i3status-rust/default.nix +++ b/overlays/i3status-rust/default.nix @@ -10,6 +10,7 @@ final: prev: buildInputs = builtins.attrValues { inherit (final) dbus + lm_sensors openssl pulseaudio ; From d82c403da50ff6287acf7c96022fad962515aae0 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 7 Feb 2022 15:00:11 +0100 Subject: [PATCH 2/2] 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 ; };