remove traces of evolution and thunderbird
This commit is contained in:
parent
dfc155f0bd
commit
defc3b5ffc
@ -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";
|
||||
|
@ -198,7 +198,6 @@ in
|
||||
rox-filer
|
||||
distrobox
|
||||
miniupnpc
|
||||
evolution
|
||||
v4l-utils
|
||||
alsa-utils
|
||||
shellcheck
|
||||
@ -302,8 +301,6 @@ in
|
||||
'';
|
||||
};
|
||||
|
||||
home.file.".cache/evolution/.stignore".text = "*.db";
|
||||
|
||||
accounts.email = {
|
||||
maildirBasePath = "Maildir";
|
||||
|
||||
|
@ -504,8 +504,6 @@ awful.rules.rules = {
|
||||
|
||||
{ rule = { class = "firefox" },
|
||||
properties = { screen = 1, tag = "2" } },
|
||||
{ rule = { class = "evolution" },
|
||||
properties = { screen = 1, tag = "8" } },
|
||||
{ rule = { class = "Signal" },
|
||||
properties = { screen = 1, tag = "9" } },
|
||||
{ rule = { class = "Element" },
|
||||
|
@ -54,7 +54,6 @@ in
|
||||
};
|
||||
|
||||
home.file = {
|
||||
".cache/evolution/.stignore".text = "*.db";
|
||||
".parallel/will-cite".text = "";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user