Compare commits

...

2 commits

2 changed files with 2 additions and 2 deletions

View file

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

View file

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