From 64d034b94eda26e04e8d56bf33a9521c3e513719 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 15 Nov 2021 12:26:38 +0100 Subject: [PATCH] Switch from geary to evolution --- nixos/thor.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/thor.nix b/nixos/thor.nix index edd6653..04c6caf 100644 --- a/nixos/thor.nix +++ b/nixos/thor.nix @@ -132,7 +132,10 @@ thermald.enable = true; xserver = { enable = true; - desktopManager.gnome.enable = true; + desktopManager = { + # gnome.enable = true; + cinnamon.enable = true; + }; displayManager.gdm = { enable = true; wayland = false; }; layout = "us"; videoDrivers = [ "nvidia" ];