summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2018-01-06 13:48:24 -0400
committerJoey Hess2018-01-06 13:48:24 -0400
commit48196467d11a856f411208ba5eadb20dd9455c10 (patch)
tree31f8d0331028e7e2be56fac3f59ddb601713b482
parent1b28691684656c3652808340f1d2ef8c1ea79fb7 (diff)
parentf75881254c3564c93b58eda75d8012829579001e (diff)
Merge branch 'joeyconfig'
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index b7d07694..4313fbf3 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -1037,7 +1037,8 @@ ipmasq intif = File.hasContent ifupscript
laptopSoftware :: Property DebianLike
laptopSoftware = Apt.installed
- [ "procmeter3", "xfce4", "procmeter3", "unclutter"
+ [ "intel-microcode"
+ , "procmeter3", "xfce4", "procmeter3", "unclutter"
, "mplayer", "fbreader", "firefox", "chromium"
, "libdatetime-event-sunrise-perl", "libtime-duration-perl"
, "network-manager", "gtk-redshift", "powertop"