diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-04-03 18:42:34 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-04-03 18:42:34 -0400 |
| commit | 0d47b3f9ee0d55fd660f2393db03e8812eabaf67 (patch) | |
| tree | 56c4e22eb34babe7c117c34753abb612a21f99f0 /src | |
| parent | faef5bc684cbb928877914f8b505293c049b155f (diff) | |
| parent | 300147f5fce7b3d873b57eab5e18db85c40f6b7f (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index e45b1ffa..8aa2f3bd 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -1040,7 +1040,7 @@ ipmasq intif = File.hasContent ifupscript laptopSoftware :: Property DebianLike laptopSoftware = Apt.installed - [ "intel-microcode" + [ "intel-microcode", "acpi" , "procmeter3", "xfce4", "procmeter3", "unclutter" , "mplayer", "fbreader", "firefox", "chromium" , "libdatetime-event-sunrise-perl", "libtime-duration-perl" @@ -1055,6 +1055,7 @@ laptopSoftware = Apt.installed , "pmount", "tree", "pv" , "arbtt", "hledger", "bc" , "apache2", "ikiwiki", "libhighlight-perl" + , "avahi-daemon", "avahi-discover" , "pal" , "yeahconsole", "xkbset", "xinput" , "assword", "pumpa" |
