Compare commits

..

No commits in common. "d82c403da50ff6287acf7c96022fad962515aae0" and "47c00081694cf204c6083480f66fef25d751e585" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

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

View file

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