remove traces of evolution and thunderbird

This commit is contained in:
2024-09-26 17:26:32 +03:00
parent dfc155f0bd
commit defc3b5ffc
4 changed files with 2 additions and 13 deletions

View File

@@ -1,9 +1,4 @@
{
config,
myData,
pkgs,
...
}:
{ config, myData, ... }:
let
nvme = "/dev/disk/by-id/nvme-Samsung_SSD_970_EVO_Plus_2TB_S6P1NX0TA00913P";
in
@@ -174,7 +169,7 @@ in
};
};
environment.systemPackages = with pkgs; [ thunderbird ];
#environment.systemPackages = with pkgs; [ ];
networking = {
hostName = "vno1-gdrx";