From b48e0d9b9734f53047d013a9933f71537041bc0d Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Mon, 28 Apr 2025 15:29:39 -0400 Subject: [PATCH] update --- hosts/macbook/configuration.nix | 14 -------------- hosts/macbook/home.nix | 6 ------ modules/home-manager/email.nix | 5 +++++ 3 files changed, 5 insertions(+), 20 deletions(-) diff --git a/hosts/macbook/configuration.nix b/hosts/macbook/configuration.nix index a9ae8a5..4d71060 100644 --- a/hosts/macbook/configuration.nix +++ b/hosts/macbook/configuration.nix @@ -7,7 +7,6 @@ imports = [ inputs.home-manager.darwinModules.default ../../modules/nix-darwin/system.nix - #../../modules/nixos/postgres.nix ../../modules/nix-darwin/aerospace.nix ]; @@ -41,21 +40,8 @@ environment.systemPackages = with pkgs; [ man-pages man-pages-posix - (python3.withPackages (python-pkgs: with python-pkgs; [ - websocket-client - websockets - ])) ]; - services = { - # skhd = { - # enable = true; - # skhdConfig = '' - # cmd - return : kitty - # ''; - # }; - }; - home-manager = { extraSpecialArgs = {inherit inputs;}; useGlobalPkgs = true; diff --git a/hosts/macbook/home.nix b/hosts/macbook/home.nix index 2e259b3..846159e 100644 --- a/hosts/macbook/home.nix +++ b/hosts/macbook/home.nix @@ -45,15 +45,9 @@ home.packages = with pkgs; [ taskwarrior-tui - sbcl hidden-bar - weechat - android-tools - nchat - nethack presenterm ]; programs.home-manager.enable = true; - programs.git.enable = true; } diff --git a/modules/home-manager/email.nix b/modules/home-manager/email.nix index 7640375..7f9dd86 100644 --- a/modules/home-manager/email.nix +++ b/modules/home-manager/email.nix @@ -41,8 +41,12 @@ extraConfig = { ui = { sort = "-r arrival"; + threading-enabled = true; + fuzzy-complete = true; }; general = { + default-save-path = "~/Downloads"; + log-file = "~/.aerc.log"; unsafe-accounts-conf = true; }; compose = { @@ -95,6 +99,7 @@ mbsync = { enable = true; create = "both"; + expunge = "both"; }; imap = { host = "mail.michaelthomson.dev";