diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-05 16:20:47 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-05 16:20:47 -0400 |
| commit | 1428b1f276a65a3a3c5a881905458df8fe0e6f62 (patch) | |
| tree | beb6df2ecd062e88633e4a38c6ed65823671627d /src | |
| parent | 9690f888ac37e9714a6d2e23f6bedd4ec9369328 (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/XFCE.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Propellor/Property/XFCE.hs b/src/Propellor/Property/XFCE.hs index e75946a5..4f3a152a 100644 --- a/src/Propellor/Property/XFCE.hs +++ b/src/Propellor/Property/XFCE.hs @@ -8,11 +8,13 @@ import qualified Propellor.Property.User as User installed :: Property DebianLike installed = Apt.installed ["task-xfce-desktop"] + `describe` "XFCE desktop installed" -- | Minimal install of XFCE, with a terminal emulator and panel, -- and X, but not any of the extras. installedMin :: Property DebianLike installedMin = Apt.installedMin ["xfce4", "xfce4-terminal", "task-desktop"] + `describe` "minimal XFCE desktop installed" -- | Normally at first login, XFCE asks what kind of panel the user wants. -- This enables the default configuration noninteractively. |
