Compare commits

...

2 commits

2 changed files with 2 additions and 2 deletions

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
; ;
}; };

View file

@ -10,6 +10,7 @@ final: prev:
buildInputs = builtins.attrValues { buildInputs = builtins.attrValues {
inherit (final) inherit (final)
dbus dbus
lm_sensors
openssl openssl
pulseaudio pulseaudio
; ;