diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-04-03 18:40:23 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-04-03 18:40:23 -0400 |
| commit | 300147f5fce7b3d873b57eab5e18db85c40f6b7f (patch) | |
| tree | 396fa3b967be7f8c98a389940055ffa5a3febd73 /src/Propellor/Property | |
| parent | 59e63c0b7655ab55b75d973110b3ea3f9533ef3d (diff) | |
update
Diffstat (limited to 'src/Propellor/Property')
| -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" |
