2018-08-20 13:31:18 -07:00
|
|
|
# pantheon files daemon.
|
|
|
|
|
|
|
|
{ config, pkgs, lib, ... }:
|
|
|
|
|
|
|
|
with lib;
|
|
|
|
|
|
|
|
{
|
|
|
|
|
2019-12-20 06:25:37 -08:00
|
|
|
imports = [
|
|
|
|
(mkRemovedOptionModule [ "services" "pantheon" "files" "enable" ] "Use `environment.systemPackages [ pkgs.pantheon.elementary-files ];`")
|
|
|
|
];
|
2018-08-20 13:31:18 -07:00
|
|
|
|
|
|
|
}
|