aboutsummaryrefslogtreecommitdiff
path: root/modules/client/cinnamon/default.nix
blob: 34fa8bde3ca9bbb7d86af86fd85f4373cef844d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  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
  };

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