tohru: install evolution

This commit is contained in:
Katherina Walshe-Grey 2024-07-18 23:28:16 +01:00
parent b96ef23c6c
commit 35563b1b07
2 changed files with 6 additions and 0 deletions

View file

@ -5,6 +5,7 @@
[
./hardware-configuration.nix
./home.nix
../../services/evolution.nix
../../services/fonts.nix
../../services/steam.nix
./syncthing.nix

5
services/evolution.nix Normal file
View file

@ -0,0 +1,5 @@
{ config, lib, pkgs, ... }:
{
programs.evolution.enable = true;
}