Skip to content

Commit

Permalink
sys: gui: enable evolution
Browse files Browse the repository at this point in the history
  • Loading branch information
xieby1 committed Dec 27, 2023
1 parent aae5e76 commit 8faab0c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sys/gui.nix
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,10 @@
services.gpm.enable = true;

hardware.xone.enable = true;

programs.evolution = {
enable = true;
plugins = [pkgs.evolution-ews];
};

}

0 comments on commit 8faab0c

Please sign in to comment.