remove traces of evolution and thunderbird

This commit is contained in:
Motiejus Jakštys 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, ... }:
config,
myData,
pkgs,
...
}:
let let
nvme = "/dev/disk/by-id/nvme-Samsung_SSD_970_EVO_Plus_2TB_S6P1NX0TA00913P"; nvme = "/dev/disk/by-id/nvme-Samsung_SSD_970_EVO_Plus_2TB_S6P1NX0TA00913P";
in in
@ -174,7 +169,7 @@ in
}; };
}; };
environment.systemPackages = with pkgs; [ thunderbird ]; #environment.systemPackages = with pkgs; [ ];
networking = { networking = {
hostName = "vno1-gdrx"; hostName = "vno1-gdrx";

View File

@ -198,7 +198,6 @@ in
rox-filer rox-filer
distrobox distrobox
miniupnpc miniupnpc
evolution
v4l-utils v4l-utils
alsa-utils alsa-utils
shellcheck shellcheck
@ -302,8 +301,6 @@ in
''; '';
}; };
home.file.".cache/evolution/.stignore".text = "*.db";
accounts.email = { accounts.email = {
maildirBasePath = "Maildir"; maildirBasePath = "Maildir";

View File

@ -504,8 +504,6 @@ awful.rules.rules = {
{ rule = { class = "firefox" }, { rule = { class = "firefox" },
properties = { screen = 1, tag = "2" } }, properties = { screen = 1, tag = "2" } },
{ rule = { class = "evolution" },
properties = { screen = 1, tag = "8" } },
{ rule = { class = "Signal" }, { rule = { class = "Signal" },
properties = { screen = 1, tag = "9" } }, properties = { screen = 1, tag = "9" } },
{ rule = { class = "Element" }, { rule = { class = "Element" },

View File

@ -54,7 +54,6 @@ in
}; };
home.file = { home.file = {
".cache/evolution/.stignore".text = "*.db";
".parallel/will-cite".text = ""; ".parallel/will-cite".text = "";
}; };