aboutsummaryrefslogtreecommitdiff
path: root/modules/client/cinnamon/default.nix
blob: 7cc5395a952d77596d06a2b05da693d3f765423e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{ pkgs, lib, ... }:
{
  imports = [
    ../xserver
  ];

  services = {
    xserver = {
      enable = true;

      desktopManager.cinnamon = {
        enable = true;
      };

      displayManager.lightdm = {
        enable = true;
      };
    };
    ## Just in case this isn't automatically enabled
    # cinnamon.apps.enable = true;

    # disable gNOME's "usecase?" ssh-agent
    gnome.gcr-ssh-agent.enable = lib.mkForce false;
  };

  # Exclude specific packages
  environment.cinnamon.excludePackages = [ ];
}
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.