summary refs log tree commit diff
path: root/nixos/modules/services/desktops/pantheon/files.nix
blob: 8cee9f42b62ff63cfdbfbd8b14022ab72faf37a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# pantheon files daemon.

{ config, pkgs, lib, ... }:

with lib;

{

  imports = [
    (mkRemovedOptionModule [ "services" "pantheon" "files" "enable" ] "Use `environment.systemPackages [ pkgs.pantheon.elementary-files ];`")
  ];

}