tohru: install evolution
This commit is contained in:
parent
b96ef23c6c
commit
35563b1b07
2 changed files with 6 additions and 0 deletions
|
@ -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
5
services/evolution.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.evolution.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue