Compare commits
No commits in common. "d82c403da50ff6287acf7c96022fad962515aae0" and "47c00081694cf204c6083480f66fef25d751e585" have entirely different histories.
d82c403da5
...
47c0008169
|
@ -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
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|
|
@ -10,7 +10,6 @@ final: prev:
|
||||||
buildInputs = builtins.attrValues {
|
buildInputs = builtins.attrValues {
|
||||||
inherit (final)
|
inherit (final)
|
||||||
dbus
|
dbus
|
||||||
lm_sensors
|
|
||||||
openssl
|
openssl
|
||||||
pulseaudio
|
pulseaudio
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in a new issue