diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-07-01 22:58:48 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-07-01 22:58:48 +0200 |
| commit | f7ad1262a7e61038c0f386eb6228236685345e2c (patch) | |
| tree | 2158d111d7416d6541bf136206f032f6c31ac56a | |
| parent | b244546935672b604ab9e46bbb4284638dbef509 (diff) | |
add some stuff
| -rw-r--r-- | flake.nix | 2 | ||||
| -rw-r--r-- | home/packages.nix | 2 | ||||
| -rw-r--r-- | shell-scripts/notmuch-hook | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -43,7 +43,7 @@ modules = [./configuration.nix ./lemptop.nix sops-nix.nixosModules.sops]; }; - homeConfigurations.mvinkio = home-manager.lib.homeManagerConfiguration { + homeConfigurations.mike = home-manager.lib.homeManagerConfiguration { inherit pkgs; modules = [ ./home.nix diff --git a/home/packages.nix b/home/packages.nix index b3e65a3..7a6a44e 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -21,10 +21,12 @@ dasel initool python311Packages.editorconfig + gnutls # other stuff coreutils dnsutils iputils + inetutils profanity file lf diff --git a/shell-scripts/notmuch-hook b/shell-scripts/notmuch-hook index 12e2d05..ac8a13f 100644 --- a/shell-scripts/notmuch-hook +++ b/shell-scripts/notmuch-hook @@ -7,7 +7,7 @@ notmuch tag -new -inbox +unread +dev -- 'tag:new and (from:/.*github.com/ or thr notmuch tag -new +inbox +unread -- tag:new and path:gmail/Inbox/** # Gmail + mbsync = a lot of duplicates due to the archive -notmuch tag -new +archive -- 'path:gmail/Archive/** -path:gmail/Inbox/** -path:gmail/[Gmail]/** -path:gmail/FarDrafts/** -path:gmail/Important/** -path:gmail/Sent/**' +notmuch tag -new -inbox +archive -- 'path:gmail/Archive/** -path:gmail/Inbox/** -path:gmail/[Gmail]/** -path:gmail/FarDrafts/** -path:gmail/Important/** -path:gmail/Sent/**' # Tag messages with files that were moved to trash in neomutt notmuch tag --remove-all +trash -- path:gmail/Trash/** |
