summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2023-07-01 22:58:48 +0200
committerMike Vink <mike1994vink@gmail.com>2023-07-01 22:58:48 +0200
commitf7ad1262a7e61038c0f386eb6228236685345e2c (patch)
tree2158d111d7416d6541bf136206f032f6c31ac56a
parentb244546935672b604ab9e46bbb4284638dbef509 (diff)
add some stuff
-rw-r--r--flake.nix2
-rw-r--r--home/packages.nix2
-rw-r--r--shell-scripts/notmuch-hook2
3 files changed, 4 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index c64d078..335a92d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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/**