summaryrefslogtreecommitdiffstats
path: root/nixos/modules
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-01-31 14:43:11 +0800
committerBobby Rong <rjl931189261@126.com>2023-01-31 21:28:13 +0800
commitbdc6404b0f8bea200b3633431814d700c612b04b (patch)
tree434af53bd8559d28fe3f6df50583027e2374f68c /nixos/modules
parent7f5ad3e298a3e83e01f76619d7b65c91182e9922 (diff)
cinnamon.cinnamon-common: unbreak calendar-server
Reported in issue 213728. With this change you can see list of your EDS events in your calendar applet.
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/x11/desktop-managers/cinnamon.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/cinnamon.nix b/nixos/modules/services/x11/desktop-managers/cinnamon.nix
index a693f3e2379a..b910c09fd836 100644
--- a/nixos/modules/services/x11/desktop-managers/cinnamon.nix
+++ b/nixos/modules/services/x11/desktop-managers/cinnamon.nix
@@ -109,6 +109,7 @@ in
xapp
];
services.cinnamon.apps.enable = mkDefault true;
+ services.gnome.evolution-data-server.enable = true;
services.gnome.glib-networking.enable = true;
services.gnome.gnome-keyring.enable = true;
services.gvfs.enable = true;
@@ -232,6 +233,7 @@ in
# external apps shipped with linux-mint
hexchat
gnome-calculator
+ gnome-calendar
gnome-screenshot
] config.environment.cinnamon.excludePackages;
})