713 current 2024-05-28 14:49:08 24.11.20240524.bfb7a88 6.9.1-zen1 *

This commit is contained in:
zackartz 2024-05-28 14:49:10 -04:00
parent 78edbe4ac0
commit f131d126fd
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 1 additions and 2 deletions

View file

@ -144,7 +144,6 @@
};
services = {
udiskie.enable = true;
gpg-agent = {
enable = true;
pinentryPackage = lib.mkForce pkgs.pinentry-gnome3;

View file

@ -1,5 +1,5 @@
return {
"nvim-treesitter/nvim-treesitter-context",
event = "BufLoad",
event = "BufEnter",
opts = { enable = true },
}