commit 8df09428ff8351758141940519503ffc75d9a4e2
parent 94cd8c6e75562dc5592544bad233f54f1a759d1a
Author: mtmn <miro@haravara.org>
Date: Fri, 19 Jun 2026 20:05:16 +0200
dotfiles: switch colors
Diffstat:
3 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/hosts/void/default.nix b/hosts/void/default.nix
@@ -173,6 +173,7 @@
drawy
ghostty
halloy
+ avidemux
];
llm = [
diff --git a/modules/mixins/dotfiles/config/aerc/aerc.conf b/modules/mixins/dotfiles/config/aerc/aerc.conf
@@ -30,4 +30,4 @@ text/html=pandoc -f html -t plain
x-scheme-handler/http*=printf '%s' {} | wl-copy
[hooks]
-mail-received=[ "$AERC_ACCOUNT" = "fastmail" ] && [ "$AERC_FOLDER" != "Spam" ] && [ "$AERC_FOLDER" != "Trash" ] && [ "$AERC_FROM_ADDRESS" != "notifications@github.com" ] && notify-send -a aerc "$AERC_FROM_ADDRESS" "$AERC_SUBJECT" || true
+mail-received=vdirsyncer sync contacts >/dev/null 2>&1 & [ "$AERC_ACCOUNT" = "fastmail" ] && [ "$AERC_FOLDER" != "Spam" ] && [ "$AERC_FOLDER" != "Trash" ] && [ "$AERC_FROM_ADDRESS" != "notifications@github.com" ] && notify-send -a aerc "$AERC_FROM_ADDRESS" "$AERC_SUBJECT" || true
diff --git a/modules/mixins/dotfiles/config/nvim/fnl/init.fnl b/modules/mixins/dotfiles/config/nvim/fnl/init.fnl
@@ -21,7 +21,7 @@
(vim.system [:cargo :build :--release] {:cwd path}))))})
(vim.pack.add
- [(gh :casedami/neomodern.nvim)
+ [(gh :metalelf0/black-metal-theme-neovim)
(gh :windwp/nvim-autopairs)
(gh :ibhagwan/fzf-lua)
(gh :smoka7/hop.nvim)
@@ -37,11 +37,13 @@
{:src (gh :saghen/blink.cmp) :version (vim.version.range "^1")}]
{:load true})
- ((. (require :neomodern) :load) :gyokuro)
- (vim.api.nvim_set_hl 0 :Normal {:bg :NONE})
- (vim.api.nvim_set_hl 0 :NormalFloat {:bg :NONE})
- (vim.api.nvim_set_hl 0 :NormalNC {:bg :NONE})
+ (set vim.opt.termguicolors true)
+ (set vim.opt.background :dark)
+ ((. (require :black-metal) :setup) {:theme :emperor :alt_bg false})
+ ((. (require :black-metal) :load))
+ (set vim.opt.laststatus 2)
+ (set vim.opt.statusline " %f %m%r%h%w%=%y %l:%c %P ")
((. (require :nvim-autopairs) :setup))
((. (require :fzf-lua) :setup))
((. (require :hop) :setup) {:keys :etovxqpdygfblzhckisuran})