diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-02-18 14:29:05 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-02-18 14:29:05 -0400 |
| commit | f2934b05e724246da8b44b1b94998a4326143572 (patch) | |
| tree | 797963df7062df88db4d48c681ad8845b29790d8 | |
| parent | fa77a253f2034f6185cf36b5407bc22a092e6ea5 (diff) | |
| parent | 010e89a8c87996858849b3830d30187a1429ea5e (diff) | |
Merge branch 'joeyconfig'
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index f3bf47f9..8f0c6f62 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -1061,7 +1061,7 @@ laptopSoftware = Apt.installed , "vim-syntastic", "vim-fugitive" , "adb", "gthumb" , "w3m", "sm", "weechat" - , "borgbackup", "wipe", "smartmontools" + , "borgbackup", "wipe", "smartmontools", "libgfshare-bin" , "units" ] `requires` baseSoftware |
