Remove evolution

This commit is contained in:
Dave Gallant
2021-05-25 12:18:18 -04:00
parent 68993434d6
commit 551913405c
2 changed files with 6 additions and 13 deletions

12
flake.lock generated
View File

@@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1620692082, "lastModified": 1622014903,
"narHash": "sha256-s/eBXs4OI47yPWNTKoAg4f/H7wMLyO+VEMmobXkzfI8=", "narHash": "sha256-tEXRBi5aMprNLbzMb6YmTy3cO9smvqC2udKyRo6rj2o=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "23769994e8f7b212d9a257799173b120ed87736b", "rev": "b840707a87f6a35a5c24ea6edf8846741d924616",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -38,11 +38,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1620901170, "lastModified": 1621840840,
"narHash": "sha256-hsJnA0fH6gGzj9KOoolUR+8mw+wNAJC/2SxjZsEq1AI=", "narHash": "sha256-o6h6+d5ZwrFmOTe+ma9s1Z9kyHsCW1C84IA8RZ9/fIU=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d1601a40c48426ae460eede1675fd1d6ee23e198", "rev": "ea7d4aa9b8225abd6147339f0d56675d6f1f0fd1",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -22,12 +22,5 @@
services.xserver.videoDrivers = [ "nvidia" ]; 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;
} }