From 0d7c4df7ab1849810cca6312b95a4a0c78c41a42 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Fri, 6 Feb 2026 16:25:55 -0700 Subject: [PATCH] Fixing himalaya. removing markview nvim plugin. adding xx for Trouble --- home-cli.nix | 4 ++-- home-mail.nix | 9 ++++----- home-nvim.nix | 3 ++- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/home-cli.nix b/home-cli.nix index 5bffc77..7fd475b 100644 --- a/home-cli.nix +++ b/home-cli.nix @@ -32,14 +32,14 @@ in poppler-utils # pdftotext xan # e.g. xan slice 3,2 file.csv | xan behead | xan view -An; see also: csvi doxx # read docx files - sqlit-tui # see also: harlequin; lazysql; gobang; dblab + sqlit-tui # see also: pam; harlequin; lazysql; gobang; dblab # snitch # see also: bandwhich epy # ebook reader. see also: erp; bookokrat; lue # mimic # tts engine, used by epy posting # see also: httpie, yapi, sled, Yaak (GUI), Bruno (GUI) croc magic-wormhole # transfer files # calcure # calendar cli app, can point to ics files or URL - dust duf dua # disk usage + dust duf dua # disk usage. see also: cull doggo # dig ddev ngrok diff --git a/home-mail.nix b/home-mail.nix index d955674..398bb96 100644 --- a/home-mail.nix +++ b/home-mail.nix @@ -92,11 +92,10 @@ in himalaya = { enable = true; settings = { - # backend = "imap"; - # maildir.root-dir = "/Users/dustinswan/Mail/FastMail"; - # message.send.backend = "smtp"; - # sent-folder = "Sent"; - # draft-folder = "Drafts"; + backend = { + type = "maildir"; + root-dir = "${builtins.getEnv "HOME"}/Mail/FastMail"; + }; }; }; signature = { diff --git a/home-nvim.nix b/home-nvim.nix index bb0efd7..d8b5444 100644 --- a/home-nvim.nix +++ b/home-nvim.nix @@ -37,6 +37,7 @@ { key = "/"; action = "Tv text"; } { key = "bd"; action = "bdelete"; } { key = "nd"; action = "NoiceDismiss"; } + { key = "xx"; action = "Trouble diagnostics toggle"; } { key = ""; action = "bnext"; } { key = ""; action = "bprev"; } ]; @@ -100,7 +101,7 @@ }; # lsp-format.enable = true; lsp-lines.enable = true; - markview.enable = true; + # markview.enable = true; neo-tree.enable = true; notify.enable = true; nix.enable = true;