diff --git a/hosts/vno1-gdrx/configuration.nix b/hosts/vno1-gdrx/configuration.nix index a3e9379..820312a 100644 --- 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 index f0e5d0b..61c1cfb 100644 --- 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 index 5f69481..00b2d85 100644 --- 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 index ef67806..b58561e 100644 --- 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 = ""; };