summaryrefslogtreecommitdiff
path: root/config.hs
diff options
context:
space:
mode:
Diffstat (limited to 'config.hs')
-rw-r--r--config.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.hs b/config.hs
index 0547e2c0..45d3a898 100644
--- a/config.hs
+++ b/config.hs
@@ -97,7 +97,7 @@ standardSystem suite = propertyList "standard system"
, User.hasSomePassword "joey"
, Sudo.enabledFor "joey"
, GitHome.installedFor "joey"
- , Apt.installed ["vim", "screen"]
+ , Apt.installed ["vim", "screen", "less"]
, Cron.runPropellor "30 * * * *"
-- I use postfix, or no MTA.
, Apt.removed ["exim4"] `onChange` Apt.autoRemove