Compare commits
No commits in common. "d82c403da50ff6287acf7c96022fad962515aae0" and "47c00081694cf204c6083480f66fef25d751e585" have entirely different histories.
d82c403da5
...
47c0008169
|
@ -35,7 +35,8 @@ in
|
|||
config = mkIf isEnabled {
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
# FIXME: is this useful?
|
||||
iw # Used by `net` block
|
||||
lm_sensors # Used by `temperature` block
|
||||
font-awesome
|
||||
;
|
||||
};
|
||||
|
|
|
@ -10,7 +10,6 @@ final: prev:
|
|||
buildInputs = builtins.attrValues {
|
||||
inherit (final)
|
||||
dbus
|
||||
lm_sensors
|
||||
openssl
|
||||
pulseaudio
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue