commit defc3b5ffcbcaef2e51c181cc472e8400b607d88 (tree)
parent dfc155f0bde3ef7fbfce9e6080cd5c683f5a5393
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date: Thu, 26 Sep 2024 17:26:32 +0300
remove traces of evolution and thunderbird
Diffstat:
4 files changed, 2 insertions(+), 13 deletions(-)
diff --git a/hosts/vno1-gdrx/configuration.nix b/hosts/vno1-gdrx/configuration.nix
@@ -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";
diff --git a/modules/profiles/desktop/default.nix b/modules/profiles/desktop/default.nix
@@ -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";
diff --git a/modules/profiles/desktop/rc.lua b/modules/profiles/desktop/rc.lua
@@ -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" },
diff --git a/shared/home/default.nix b/shared/home/default.nix
@@ -54,7 +54,6 @@ in
};
home.file = {
- ".cache/evolution/.stignore".text = "*.db";
".parallel/will-cite".text = "";
};