aboutsummaryrefslogtreecommitdiff
path: root/modules/client/cinnamon
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/client/cinnamon/default.nix23
1 files changed, 23 insertions, 0 deletions
diff --git a/modules/client/cinnamon/default.nix b/modules/client/cinnamon/default.nix
new file mode 100644
index 0000000..34fa8bd
--- /dev/null
+++ b/modules/client/cinnamon/default.nix
@@ -0,0 +1,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.