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