From 20bbcacdb3d76aa2c0e88fac7469a53092523684 Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 7 May 2024 12:51:16 +0900 Subject: [PATCH] HM updates --- README.md | 1 - home-manager/common/software/gui/default.nix | 1 + home-manager/users/albert/default.nix | 7 +++++-- nixos/common/desktops/xfce/default.nix | 1 - 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 85fe6851..a0407d7c 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,6 @@ nix develop -c /etc/nixos/git/docs/setup.sh * [ ] vimPlugins.outline-nvim ## home-manager -* [ ] Figure out what the home-manager `account` options are for. * [ ] Find a way to remove all default search engines in Firefox (Google, Amazon, etc) Completed To Do List [here](./docs/complete.md) diff --git a/home-manager/common/software/gui/default.nix b/home-manager/common/software/gui/default.nix index bdebbec5..c681f3b8 100644 --- a/home-manager/common/software/gui/default.nix +++ b/home-manager/common/software/gui/default.nix @@ -2,5 +2,6 @@ imports = [ ./kitty.nix ./firefox.nix + ./thunderbird.nix ]; } diff --git a/home-manager/users/albert/default.nix b/home-manager/users/albert/default.nix index bad52b5a..d408e612 100644 --- a/home-manager/users/albert/default.nix +++ b/home-manager/users/albert/default.nix @@ -35,14 +35,17 @@ accounts = { email = { accounts."Albert Copeland" = { - thunderbird.enable = true; + thunderbird = { + enable = true; + profiles = [ "Default" ]; + }; # neomutt.enable = true; userName = "albert"; primary = true; address = "albert@sysctl.io"; # password # https://nix-community.github.io/home-manager/options.html#opt-accounts.email.accounts._name_.passwordCommand - # password_command = "cat /var/run/sysctl-email" + password_command = "cat /run/secrets/albert/email_password"; realName = "Albert J. Copeland"; signature = '' Albert J. Copeland diff --git a/nixos/common/desktops/xfce/default.nix b/nixos/common/desktops/xfce/default.nix index b70867d8..9d3e958d 100644 --- a/nixos/common/desktops/xfce/default.nix +++ b/nixos/common/desktops/xfce/default.nix @@ -50,7 +50,6 @@ orca pavucontrol qalculate-gtk - thunderbird wmctrl xclip xcolor