diff --git a/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/domain/DesktopService.kt b/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/domain/DesktopService.kt index b56be09..9c5fa44 100644 --- a/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/domain/DesktopService.kt +++ b/src/main/kotlin/org/domaindrivenarchitecture/provs/desktop/domain/DesktopService.kt @@ -155,7 +155,10 @@ fun Prov.provisionBasicDesktop( installFirefox() installGopass() + installGopassBridgeJsonApi() + downloadGopassBridge() installRedshift() + configureRedshift() configureNoSwappiness() configureBash()