Compare commits
2 commits
47c0008169
...
d82c403da5
Author | SHA1 | Date | |
---|---|---|---|
Antoine Martin | d82c403da5 | ||
Antoine Martin | c07edc8fd2 |
|
@ -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
|
||||
;
|
||||
};
|
||||
|
|
|
@ -10,6 +10,7 @@ final: prev:
|
|||
buildInputs = builtins.attrValues {
|
||||
inherit (final)
|
||||
dbus
|
||||
lm_sensors
|
||||
openssl
|
||||
pulseaudio
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue