summaryrefslogtreecommitdiff
path: root/profiles/laptop/make.defaults
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2019-05-24 15:27:34 +0200
committerKarel Kočí <cynerd@email.cz>2019-05-24 15:27:34 +0200
commitc2fa92656dc57290e2d9a2837c82326de4613f85 (patch)
treeaacdd08a9d1a0ecd5cf5ffd4afbe439db626023e /profiles/laptop/make.defaults
parent719dc9f61f0458e492eef08138faadd50b9cbb1b (diff)
downloadgentoo-personal-overlay-c2fa92656dc57290e2d9a2837c82326de4613f85.tar.gz
gentoo-personal-overlay-c2fa92656dc57290e2d9a2837c82326de4613f85.tar.bz2
gentoo-personal-overlay-c2fa92656dc57290e2d9a2837c82326de4613f85.zip
profiles/cynerd-desktop: try move use defines from system
Diffstat (limited to 'profiles/laptop/make.defaults')
-rw-r--r--profiles/laptop/make.defaults4
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/laptop/make.defaults b/profiles/laptop/make.defaults
index 5ebc474..6220fea 100644
--- a/profiles/laptop/make.defaults
+++ b/profiles/laptop/make.defaults
@@ -1,4 +1,8 @@
# vim:ft=gentoo-make-conf
+INPUT_DEVICES="synaptics"
+
# Add? madwifi
COLLECTD_PLUGINS="battery thermal wireless"
+
+USE_EXPAND="INPUT_DEVICES COLLECTD_PLUGINS"