From 862c13911eb14646566df3bcf4ad12abb84b4953 Mon Sep 17 00:00:00 2001 From: voidarc Date: Thu, 9 Apr 2026 16:06:44 +0100 Subject: [PATCH] random stuf --- .config/dunst/dunstrc | 1 + .config/nvim | 2 +- .nixos | 2 +- .zshrc | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index d771d9f8..e1a8d769 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -7,6 +7,7 @@ height = (0, 200) origin = top-right offset = (15, 15) transparency = 20 +sort = update [urgency_low] background = "#1e1e2e77" diff --git a/.config/nvim b/.config/nvim index 7eae05c8..cfc5baa8 160000 --- a/.config/nvim +++ b/.config/nvim @@ -1 +1 @@ -Subproject commit 7eae05c8e2761027fd7fd5412775232141428441 +Subproject commit cfc5baa8ad33f85bc651f8fe8c088e349b6c16ed diff --git a/.nixos b/.nixos index 2e7fa85c..cba857e8 160000 --- a/.nixos +++ b/.nixos @@ -1 +1 @@ -Subproject commit 2e7fa85c5a840afcb2b4435c54cacf69042feac4 +Subproject commit cba857e8303f0e5aba05489924653c101ae81031 diff --git a/.zshrc b/.zshrc index 838e9188..7ede112c 100755 --- a/.zshrc +++ b/.zshrc @@ -20,5 +20,6 @@ alias lg="lazygit" alias nsh="nix-shell -p" alias ncg="sudo nix-collect-garbage -d" alias vinix="nvim --cmd 'cd ~/.dotfiles/.nixos'" +alias man='man -P "bat -p"' source ~/.zshrc-local