Compare commits
2 commits
47c0008169
...
d82c403da5
Author | SHA1 | Date | |
---|---|---|---|
Antoine Martin | d82c403da5 | ||
Antoine Martin | c07edc8fd2 |
|
@ -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
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|
|
@ -10,6 +10,7 @@ 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