From 551913405c66165b5371c45dd27ea6d72eb456c7 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Tue, 25 May 2021 12:18:18 -0400 Subject: [PATCH] Remove evolution --- flake.lock | 12 ++++++------ machines/hephaestus/configuration.nix | 7 ------- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/flake.lock b/flake.lock index c86bab1..06c6413 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1620692082, - "narHash": "sha256-s/eBXs4OI47yPWNTKoAg4f/H7wMLyO+VEMmobXkzfI8=", + "lastModified": 1622014903, + "narHash": "sha256-tEXRBi5aMprNLbzMb6YmTy3cO9smvqC2udKyRo6rj2o=", "owner": "nix-community", "repo": "home-manager", - "rev": "23769994e8f7b212d9a257799173b120ed87736b", + "rev": "b840707a87f6a35a5c24ea6edf8846741d924616", "type": "github" }, "original": { @@ -38,11 +38,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1620901170, - "narHash": "sha256-hsJnA0fH6gGzj9KOoolUR+8mw+wNAJC/2SxjZsEq1AI=", + "lastModified": 1621840840, + "narHash": "sha256-o6h6+d5ZwrFmOTe+ma9s1Z9kyHsCW1C84IA8RZ9/fIU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d1601a40c48426ae460eede1675fd1d6ee23e198", + "rev": "ea7d4aa9b8225abd6147339f0d56675d6f1f0fd1", "type": "github" }, "original": { diff --git a/machines/hephaestus/configuration.nix b/machines/hephaestus/configuration.nix index 1c61134..5bda5e9 100644 --- a/machines/hephaestus/configuration.nix +++ b/machines/hephaestus/configuration.nix @@ -22,12 +22,5 @@ services.xserver.videoDrivers = [ "nvidia" ]; - # Evolution - programs.evolution.enable = true; - programs.evolution.plugins = [ pkgs.evolution-ews ]; - services.gnome.evolution-data-server.enable = true; - services.gnome.gnome-keyring.enable = true; - programs.seahorse.enable = true; - }